Uses of Class
org.djunits.value.vdouble.matrix.AngleMatrix
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of AngleMatrix in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AngleMatrix Modifier and Type Method Description AngleMatrix
SIMatrix. asAngle()
Return the current matrix as a angle matrix.AngleMatrix
SIMatrix. asAngle(AngleUnit displayUnit)
Return the current matrix as a angle matrix, and provide a display unit.AngleMatrix
AngleMatrix. instantiateMatrix(DoubleMatrixData dmd, AngleUnit displayUnit)
Instantiate a new matrix of the class of this matrix.AngleMatrix
DirectionMatrix. instantiateMatrixRel(DoubleMatrixData dmd, AngleUnit displayUnit)
Instantiate a new relative matrix of the class of this absolute matrix.