Uses of Class
org.djunits.value.vdouble.vector.SolidAngleVector
-
Packages that use 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 SolidAngleVectorSolidAngleMatrix. 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 SolidAngleVectorSIVector. asSolidAngle()Return the current vector as a solidangle vector.SolidAngleVectorSIVector. asSolidAngle(SolidAngleUnit displayUnit)Return the current vector as a solidangle vector, and provide a display unit.SolidAngleVectorSolidAngleVector. instantiateVector(DoubleVectorData dvd, SolidAngleUnit displayUnit)Instantiate a new vector of the class of this vector.
-