Uses of Class
org.djunits.value.vdouble.vector.PositionVector
| 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 PositionVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return PositionVector Modifier and Type Method Description PositionVectorPositionMatrix. instantiateVector(DoubleVectorData dvd, PositionUnit displayUnit)Instantiate a new vector of the class of this matrix.PositionVectorLengthMatrix. instantiateVectorAbs(DoubleVectorData dvd, PositionUnit 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 PositionVector Modifier and Type Method Description Class<PositionVector>PositionMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of PositionVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return PositionVector Modifier and Type Method Description PositionVectorPositionVector. instantiateVector(DoubleVectorData dvd, PositionUnit displayUnit)Instantiate a new vector of the class of this vector.PositionVectorLengthVector. instantiateVectorAbs(DoubleVectorData dvd, PositionUnit displayUnit)Instantiate a new absolute vector of the class of this relative vector.