Uses of Class
org.djunits.unit.MomentumUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of MomentumUnit in org.djunits.unit
Fields in org.djunits.unit declared as MomentumUnit Modifier and Type Field Description static MomentumUnit
MomentumUnit. KILOGRAM_METER_PER_SECOND
kgm/s.static MomentumUnit
MomentumUnit. SI
The SI unit for momentum is kgm/s.Fields in org.djunits.unit with type parameters of type MomentumUnit Modifier and Type Field Description static Quantity<MomentumUnit>
MomentumUnit. BASE
The base, with "kgm/s" as the SI signature. -
Uses of MomentumUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as MomentumUnit Modifier and Type Field Description static MomentumUnit
UNITS. KILOGRAM_METER_PER_SECOND
-
Uses of MomentumUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type MomentumUnit Modifier and Type Method Description MomentumMatrix
SIMatrix. asMomentum(MomentumUnit displayUnit)
Return the current matrix as a momentum matrix, and provide a display unit.MomentumMatrix
MomentumMatrix. instantiateMatrix(DoubleMatrixData dmd, MomentumUnit displayUnit)
Instantiate a new matrix of the class of this matrix.Momentum
MomentumMatrix. instantiateScalarSI(double valueSI, MomentumUnit displayUnit)
Instantiate a new scalar for the class of this matrix.MomentumVector
MomentumMatrix. instantiateVector(DoubleVectorData dvd, MomentumUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type MomentumUnit Constructor Description MomentumMatrix(DoubleMatrixData data, MomentumUnit unit)
-
Uses of MomentumUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type MomentumUnit Modifier and Type Method Description Momentum
SIScalar. asMomentum(MomentumUnit displayUnit)
Return the current scalar as a momentum, and provide a display unit.Momentum
Momentum. instantiateRel(double value, MomentumUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type MomentumUnit Constructor Description Momentum(double value, MomentumUnit unit)
Construct Momentum scalar. -
Uses of MomentumUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type MomentumUnit Modifier and Type Method Description MomentumVector
SIVector. asMomentum(MomentumUnit displayUnit)
Return the current vector as a momentum vector, and provide a display unit.Momentum
MomentumVector. instantiateScalarSI(double valueSI, MomentumUnit displayUnit)
Instantiate a new scalar for the class of this vector.MomentumVector
MomentumVector. instantiateVector(DoubleVectorData dvd, MomentumUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type MomentumUnit Constructor Description MomentumVector(DoubleVectorData data, MomentumUnit displayUnit)
Construct an MomentumVector from an internal data object. -
Uses of MomentumUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type MomentumUnit Modifier and Type Method Description FloatMomentumMatrix
FloatSIMatrix. asMomentum(MomentumUnit displayUnit)
Return the current matrix as a momentum matrix, and provide a display unit.FloatMomentumMatrix
FloatMomentumMatrix. instantiateMatrix(FloatMatrixData fmd, MomentumUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatMomentum
FloatMomentumMatrix. instantiateScalarSI(float valueSI, MomentumUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatMomentumVector
FloatMomentumMatrix. instantiateVector(FloatVectorData fvd, MomentumUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type MomentumUnit Constructor Description FloatMomentumMatrix(FloatMatrixData data, MomentumUnit unit)
-
Uses of MomentumUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type MomentumUnit Modifier and Type Method Description FloatMomentum
FloatSIScalar. asMomentum(MomentumUnit displayUnit)
Return the current scalar as a momentum, and provide a display unit.FloatMomentum
FloatMomentum. instantiateRel(float value, MomentumUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type MomentumUnit Constructor Description FloatMomentum(double value, MomentumUnit unit)
Construct FloatMomentum scalar using a double value.FloatMomentum(float value, MomentumUnit unit)
Construct FloatMomentum scalar. -
Uses of MomentumUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type MomentumUnit Modifier and Type Method Description FloatMomentumVector
FloatSIVector. asMomentum(MomentumUnit displayUnit)
Return the current vector as a momentum vector, and provide a display unit.FloatMomentum
FloatMomentumVector. instantiateScalarSI(float valueSI, MomentumUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatMomentumVector
FloatMomentumVector. instantiateVector(FloatVectorData fvd, MomentumUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type MomentumUnit Constructor Description FloatMomentumVector(FloatVectorData data, MomentumUnit unit)
Construct an FloatMomentumVector from an internal data object.