Uses of Class
org.djunits.value.vfloat.vector.FloatAccelerationVector
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatAccelerationVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatAccelerationVector Modifier and Type Method Description FloatAccelerationVector
FloatAccelerationMatrix. instantiateVector(FloatVectorData fvd, AccelerationUnit displayUnit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatAccelerationVector Modifier and Type Method Description Class<FloatAccelerationVector>
FloatAccelerationMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatAccelerationVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatAccelerationVector Modifier and Type Method Description FloatAccelerationVector
FloatSIVector. asAcceleration()
Return the current vector as a acceleration vector.FloatAccelerationVector
FloatSIVector. asAcceleration(AccelerationUnit displayUnit)
Return the current vector as a acceleration vector, and provide a display unit.FloatAccelerationVector
FloatAccelerationVector. instantiateVector(FloatVectorData fvd, AccelerationUnit displayUnit)
Instantiate a new vector of the class of this vector.