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 LengthVector
LengthMatrix. instantiateVector(DoubleVectorData dvd, LengthUnit displayUnit)
Instantiate a new vector of the class of this matrix.LengthVector
PositionMatrix. 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 LengthVector
SIVector. asLength()
Return the current vector as a length vector.LengthVector
SIVector. asLength(LengthUnit displayUnit)
Return the current vector as a length vector, and provide a display unit.LengthVector
LengthVector. instantiateVector(DoubleVectorData dvd, LengthUnit displayUnit)
Instantiate a new vector of the class of this vector.LengthVector
PositionVector. instantiateVectorRel(DoubleVectorData dvd, LengthUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.