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 FloatAngleMatrix
FloatSIMatrix. asAngle()
Return the current matrix as a angle matrix.FloatAngleMatrix
FloatSIMatrix. asAngle(AngleUnit displayUnit)
Return the current matrix as a angle matrix, and provide a display unit.FloatAngleMatrix
FloatAngleMatrix. instantiateMatrix(FloatMatrixData fmd, AngleUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatAngleMatrix
FloatDirectionMatrix. instantiateMatrixRel(FloatMatrixData fmd, AngleUnit displayUnit)
Instantiate a new relative matrix of the class of this absolute matrix.
-