Uses of Class
org.djunits.value.vdouble.vector.DirectionVector
| 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 DirectionVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return DirectionVector Modifier and Type Method Description DirectionVectorDirectionMatrix. instantiateVector(DoubleVectorData dvd, DirectionUnit displayUnit)Instantiate a new vector of the class of this matrix.DirectionVectorAngleMatrix. instantiateVectorAbs(DoubleVectorData dvd, DirectionUnit displayUnit)Instantiate a new absolute vector of the class of this relative matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type DirectionVector Modifier and Type Method Description Class<DirectionVector>DirectionMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of DirectionVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return DirectionVector Modifier and Type Method Description DirectionVectorDirectionVector. instantiateVector(DoubleVectorData dvd, DirectionUnit displayUnit)Instantiate a new vector of the class of this vector.DirectionVectorAngleVector. instantiateVectorAbs(DoubleVectorData dvd, DirectionUnit displayUnit)Instantiate a new absolute vector of the class of this relative vector.