Uses of Class
org.djunits.value.vdouble.vector.AngleVector
-
Packages that use AngleVector 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 AngleVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AngleVector Modifier and Type Method Description AngleVector
AngleMatrix. instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit)
Instantiate a new vector of the class of this matrix.AngleVector
DirectionMatrix. instantiateVectorRel(DoubleVectorData dvd, AngleUnit displayUnit)
Instantiate a new relative vector of the class of this absolute matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type AngleVector Modifier and Type Method Description Class<AngleVector>
AngleMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of AngleVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AngleVector Modifier and Type Method Description AngleVector
SIVector. asAngle()
Return the current vector as a angle vector.AngleVector
SIVector. asAngle(AngleUnit displayUnit)
Return the current vector as a angle vector, and provide a display unit.AngleVector
AngleVector. instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit)
Instantiate a new vector of the class of this vector.AngleVector
DirectionVector. instantiateVectorRel(DoubleVectorData dvd, AngleUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.
-