Uses of Class
org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatSolidAngleMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatSolidAngleMatrix Modifier and Type Method Description FloatSolidAngleMatrix
FloatSIMatrix. asSolidAngle()
Return the current matrix as a solidangle matrix.FloatSolidAngleMatrix
FloatSIMatrix. asSolidAngle(SolidAngleUnit displayUnit)
Return the current matrix as a solidangle matrix, and provide a display unit.FloatSolidAngleMatrix
FloatSolidAngleMatrix. instantiateMatrix(FloatMatrixData fmd, SolidAngleUnit displayUnit)
Instantiate a new matrix of the class of this matrix.