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 AngleMatrixSIMatrix. asAngle()Return the current matrix as a angle matrix.AngleMatrixSIMatrix. asAngle(AngleUnit displayUnit)Return the current matrix as a angle matrix, and provide a display unit.AngleMatrixAngleMatrix. instantiateMatrix(DoubleMatrixData dmd, AngleUnit displayUnit)Instantiate a new matrix of the class of this matrix.AngleMatrixDirectionMatrix. instantiateMatrixRel(DoubleMatrixData dmd, AngleUnit displayUnit)Instantiate a new relative matrix of the class of this absolute matrix.