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