Uses of Class
org.djunits.value.vfloat.vector.FloatSolidAngleVector
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatSolidAngleVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatSolidAngleVector Modifier and Type Method Description FloatSolidAngleVector
FloatSolidAngleMatrix. instantiateVector(FloatVectorData fvd, SolidAngleUnit displayUnit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatSolidAngleVector Modifier and Type Method Description Class<FloatSolidAngleVector>
FloatSolidAngleMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatSolidAngleVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatSolidAngleVector Modifier and Type Method Description FloatSolidAngleVector
FloatSIVector. asSolidAngle()
Return the current vector as a solidangle vector.FloatSolidAngleVector
FloatSIVector. asSolidAngle(SolidAngleUnit displayUnit)
Return the current vector as a solidangle vector, and provide a display unit.FloatSolidAngleVector
FloatSolidAngleVector. instantiateVector(FloatVectorData fvd, SolidAngleUnit displayUnit)
Instantiate a new vector of the class of this vector.