Uses of Class
org.djunits.value.vdouble.vector.LengthVector
| 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 LengthVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return LengthVector Modifier and Type Method Description LengthVectorLengthMatrix. instantiateVector(DoubleVectorData dvd, LengthUnit displayUnit)Instantiate a new vector of the class of this matrix.LengthVectorPositionMatrix. instantiateVectorRel(DoubleVectorData dvd, LengthUnit 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 LengthVector Modifier and Type Method Description Class<LengthVector>LengthMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of LengthVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return LengthVector Modifier and Type Method Description LengthVectorSIVector. asLength()Return the current vector as a length vector.LengthVectorSIVector. asLength(LengthUnit displayUnit)Return the current vector as a length vector, and provide a display unit.LengthVectorLengthVector. instantiateVector(DoubleVectorData dvd, LengthUnit displayUnit)Instantiate a new vector of the class of this vector.LengthVectorPositionVector. instantiateVectorRel(DoubleVectorData dvd, LengthUnit displayUnit)Instantiate a new relative vector of the class of this absolute vector.