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 DirectionVector
DirectionMatrix. instantiateVector(DoubleVectorData dvd, DirectionUnit displayUnit)
Instantiate a new vector of the class of this matrix.DirectionVector
AngleMatrix. 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 DirectionVector
DirectionVector. instantiateVector(DoubleVectorData dvd, DirectionUnit displayUnit)
Instantiate a new vector of the class of this vector.DirectionVector
AngleVector. instantiateVectorAbs(DoubleVectorData dvd, DirectionUnit displayUnit)
Instantiate a new absolute vector of the class of this relative vector.