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 MomentumVector
MomentumMatrix. 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 MomentumVector
SIVector. asMomentum()
Return the current vector as a momentum vector.MomentumVector
SIVector. asMomentum(MomentumUnit displayUnit)
Return the current vector as a momentum vector, and provide a display unit.MomentumVector
MomentumVector. instantiateVector(DoubleVectorData dvd, MomentumUnit displayUnit)
Instantiate a new vector of the class of this vector.