Uses of Class
org.djunits.unit.MomentumUnit
-
Packages that use 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 MomentumUnitMomentumUnit. KILOGRAM_METER_PER_SECONDkgm/s.static MomentumUnitMomentumUnit. SIThe 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. BASEThe 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 MomentumUnitUNITS. 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 MomentumMatrixSIMatrix. asMomentum(MomentumUnit displayUnit)Return the current matrix as a momentum matrix, and provide a display unit.MomentumMatrixMomentumMatrix. instantiateMatrix(DoubleMatrixData dmd, MomentumUnit displayUnit)Instantiate a new matrix of the class of this matrix.MomentumMomentumMatrix. instantiateScalarSI(double valueSI, MomentumUnit displayUnit)Instantiate a new scalar for the class of this matrix.MomentumVectorMomentumMatrix. 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 MomentumSIScalar. asMomentum(MomentumUnit displayUnit)Return the current scalar as a momentum, and provide a display unit.MomentumMomentum. 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 MomentumVectorSIVector. asMomentum(MomentumUnit displayUnit)Return the current vector as a momentum vector, and provide a display unit.MomentumMomentumVector. instantiateScalarSI(double valueSI, MomentumUnit displayUnit)Instantiate a new scalar for the class of this vector.MomentumVectorMomentumVector. 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 FloatMomentumMatrixFloatSIMatrix. asMomentum(MomentumUnit displayUnit)Return the current matrix as a momentum matrix, and provide a display unit.FloatMomentumMatrixFloatMomentumMatrix. instantiateMatrix(FloatMatrixData fmd, MomentumUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatMomentumFloatMomentumMatrix. instantiateScalarSI(float valueSI, MomentumUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatMomentumVectorFloatMomentumMatrix. 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 FloatMomentumFloatSIScalar. asMomentum(MomentumUnit displayUnit)Return the current scalar as a momentum, and provide a display unit.FloatMomentumFloatMomentum. 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 FloatMomentumVectorFloatSIVector. asMomentum(MomentumUnit displayUnit)Return the current vector as a momentum vector, and provide a display unit.FloatMomentumFloatMomentumVector. instantiateScalarSI(float valueSI, MomentumUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatMomentumVectorFloatMomentumVector. 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.
-