Uses of Class
org.djunits.unit.TorqueUnit
| 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 TorqueUnit in org.djunits.unit
Fields in org.djunits.unit declared as TorqueUnit Modifier and Type Field Description static TorqueUnitTorqueUnit. METER_KILOGRAM_FORCEmeter kilogram-force.static TorqueUnitTorqueUnit. NEWTON_METERNewton meter.static TorqueUnitTorqueUnit. POUND_FOOTPound foot.static TorqueUnitTorqueUnit. POUND_INCHPound inch.static TorqueUnitTorqueUnit. SIThe SI unit for torque is Newton meter = kgm2/s2.Fields in org.djunits.unit with type parameters of type TorqueUnit Modifier and Type Field Description static Quantity<TorqueUnit>TorqueUnit. BASEThe base, with "kgm2/s2" as the SI signature. -
Uses of TorqueUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as TorqueUnit Modifier and Type Field Description static TorqueUnitUNITS. METER_KILOGRAM_FORCEstatic TorqueUnitUNITS. NEWTON_METERstatic TorqueUnitUNITS. POUND_FOOTstatic TorqueUnitUNITS. POUND_INCH -
Uses of TorqueUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type TorqueUnit Modifier and Type Method Description TorqueMatrixSIMatrix. asTorque(TorqueUnit displayUnit)Return the current matrix as a torque matrix, and provide a display unit.TorqueMatrixTorqueMatrix. instantiateMatrix(DoubleMatrixData dmd, TorqueUnit displayUnit)Instantiate a new matrix of the class of this matrix.TorqueTorqueMatrix. instantiateScalarSI(double valueSI, TorqueUnit displayUnit)Instantiate a new scalar for the class of this matrix.TorqueVectorTorqueMatrix. instantiateVector(DoubleVectorData dvd, TorqueUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type TorqueUnit Constructor Description TorqueMatrix(DoubleMatrixData data, TorqueUnit unit) -
Uses of TorqueUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type TorqueUnit Modifier and Type Method Description TorqueSIScalar. asTorque(TorqueUnit displayUnit)Return the current scalar as a torque, and provide a display unit.TorqueTorque. instantiateRel(double value, TorqueUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type TorqueUnit Constructor Description Torque(double value, TorqueUnit unit)Construct Torque scalar. -
Uses of TorqueUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type TorqueUnit Modifier and Type Method Description TorqueVectorSIVector. asTorque(TorqueUnit displayUnit)Return the current vector as a torque vector, and provide a display unit.TorqueTorqueVector. instantiateScalarSI(double valueSI, TorqueUnit displayUnit)Instantiate a new scalar for the class of this vector.TorqueVectorTorqueVector. instantiateVector(DoubleVectorData dvd, TorqueUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type TorqueUnit Constructor Description TorqueVector(DoubleVectorData data, TorqueUnit displayUnit)Construct an TorqueVector from an internal data object. -
Uses of TorqueUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type TorqueUnit Modifier and Type Method Description FloatTorqueMatrixFloatSIMatrix. asTorque(TorqueUnit displayUnit)Return the current matrix as a torque matrix, and provide a display unit.FloatTorqueMatrixFloatTorqueMatrix. instantiateMatrix(FloatMatrixData fmd, TorqueUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatTorqueFloatTorqueMatrix. instantiateScalarSI(float valueSI, TorqueUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatTorqueVectorFloatTorqueMatrix. instantiateVector(FloatVectorData fvd, TorqueUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type TorqueUnit Constructor Description FloatTorqueMatrix(FloatMatrixData data, TorqueUnit unit) -
Uses of TorqueUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type TorqueUnit Modifier and Type Method Description FloatTorqueFloatSIScalar. asTorque(TorqueUnit displayUnit)Return the current scalar as a torque, and provide a display unit.FloatTorqueFloatTorque. instantiateRel(float value, TorqueUnit unit)Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type TorqueUnit Constructor Description FloatTorque(double value, TorqueUnit unit)Construct FloatTorque scalar using a double value.FloatTorque(float value, TorqueUnit unit)Construct FloatTorque scalar. -
Uses of TorqueUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type TorqueUnit Modifier and Type Method Description FloatTorqueVectorFloatSIVector. asTorque(TorqueUnit displayUnit)Return the current vector as a torque vector, and provide a display unit.FloatTorqueFloatTorqueVector. instantiateScalarSI(float valueSI, TorqueUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatTorqueVectorFloatTorqueVector. instantiateVector(FloatVectorData fvd, TorqueUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type TorqueUnit Constructor Description FloatTorqueVector(FloatVectorData data, TorqueUnit unit)Construct an FloatTorqueVector from an internal data object.