Uses of Class
org.djunits.value.vdouble.matrix.SolidAngleMatrix
-
Packages that use SolidAngleMatrix Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of SolidAngleMatrix in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return SolidAngleMatrix Modifier and Type Method Description SolidAngleMatrix
SIMatrix. asSolidAngle()
Return the current matrix as a solidangle matrix.SolidAngleMatrix
SIMatrix. asSolidAngle(SolidAngleUnit displayUnit)
Return the current matrix as a solidangle matrix, and provide a display unit.SolidAngleMatrix
SolidAngleMatrix. instantiateMatrix(DoubleMatrixData dmd, SolidAngleUnit displayUnit)
Instantiate a new matrix of the class of this matrix.
-