Uses of Class
org.djunits.value.vfloat.vector.FloatMomentumVector
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatMomentumVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatMomentumVector Modifier and Type Method Description FloatMomentumVector
FloatMomentumMatrix. instantiateVector(FloatVectorData fvd, MomentumUnit displayUnit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatMomentumVector Modifier and Type Method Description Class<FloatMomentumVector>
FloatMomentumMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatMomentumVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatMomentumVector Modifier and Type Method Description FloatMomentumVector
FloatSIVector. asMomentum()
Return the current vector as a momentum vector.FloatMomentumVector
FloatSIVector. asMomentum(MomentumUnit displayUnit)
Return the current vector as a momentum vector, and provide a display unit.FloatMomentumVector
FloatMomentumVector. instantiateVector(FloatVectorData fvd, MomentumUnit displayUnit)
Instantiate a new vector of the class of this vector.