Uses of Class
org.djunits.value.vfloat.vector.FloatAngularVelocityVector
| 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 FloatAngularVelocityVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatAngularVelocityVector Modifier and Type Method Description FloatAngularVelocityVectorFloatAngularVelocityMatrix. instantiateVector(FloatVectorData fvd, AngularVelocityUnit 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 FloatAngularVelocityVector Modifier and Type Method Description Class<FloatAngularVelocityVector>FloatAngularVelocityMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of FloatAngularVelocityVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatAngularVelocityVector Modifier and Type Method Description FloatAngularVelocityVectorFloatSIVector. asAngularVelocity()Return the current vector as a angularvelocity vector.FloatAngularVelocityVectorFloatSIVector. asAngularVelocity(AngularVelocityUnit displayUnit)Return the current vector as a angularvelocity vector, and provide a display unit.FloatAngularVelocityVectorFloatAngularVelocityVector. instantiateVector(FloatVectorData fvd, AngularVelocityUnit displayUnit)Instantiate a new vector of the class of this vector.