Uses of Class
org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
-
Packages that use FloatAngularVelocityMatrix Package Description org.djunits.value.vfloat.matrix Float Matrix storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of FloatAngularVelocityMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatAngularVelocityMatrix Modifier and Type Method Description FloatAngularVelocityMatrix
FloatSIMatrix. asAngularVelocity()
Return the current matrix as a angularvelocity matrix.FloatAngularVelocityMatrix
FloatSIMatrix. asAngularVelocity(AngularVelocityUnit displayUnit)
Return the current matrix as a angularvelocity matrix, and provide a display unit.FloatAngularVelocityMatrix
FloatAngularVelocityMatrix. instantiateMatrix(FloatMatrixData fmd, AngularVelocityUnit displayUnit)
Instantiate a new matrix of the class of this matrix.
-