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