Uses of Class
org.djunits.value.vdouble.vector.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 AngleVectorAngleMatrix. instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit)Instantiate a new vector of the class of this matrix.AngleVectorDirectionMatrix. 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 AngleVectorSIVector. asAngle()Return the current vector as a angle vector.AngleVectorSIVector. asAngle(AngleUnit displayUnit)Return the current vector as a angle vector, and provide a display unit.AngleVectorAngleVector. instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit)Instantiate a new vector of the class of this vector.AngleVectorDirectionVector. instantiateVectorRel(DoubleVectorData dvd, AngleUnit displayUnit)Instantiate a new relative vector of the class of this absolute vector.