Uses of Class
org.djunits.value.vdouble.vector.MomentumVector
| 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 MomentumVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return MomentumVector Modifier and Type Method Description MomentumVectorMomentumMatrix. instantiateVector(DoubleVectorData dvd, MomentumUnit displayUnit)Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type MomentumVector Modifier and Type Method Description Class<MomentumVector>MomentumMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of MomentumVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return MomentumVector Modifier and Type Method Description MomentumVectorSIVector. asMomentum()Return the current vector as a momentum vector.MomentumVectorSIVector. asMomentum(MomentumUnit displayUnit)Return the current vector as a momentum vector, and provide a display unit.MomentumVectorMomentumVector. instantiateVector(DoubleVectorData dvd, MomentumUnit displayUnit)Instantiate a new vector of the class of this vector.