Uses of Class
org.djunits.unit.AngularVelocityUnit
| 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 AngularVelocityUnit in org.djunits.unit
Fields in org.djunits.unit declared as AngularVelocityUnit Modifier and Type Field Description static AngularVelocityUnitAngularVelocityUnit. ARCMINUTE_PER_SECONDarcminute per second.static AngularVelocityUnitAngularVelocityUnit. ARCSECOND_PER_SECONDarcsecond per second.static AngularVelocityUnitAngularVelocityUnit. CENTESIMAL_ARCMINUTE_PER_SECONDcentesimal arcminute per second.static AngularVelocityUnitAngularVelocityUnit. CENTESIMAL_ARCSECOND_PER_SECONDcentesimal arcsecond per second.static AngularVelocityUnitAngularVelocityUnit. DEGREE_PER_SECONDdegree per second.static AngularVelocityUnitAngularVelocityUnit. GRAD_PER_SECONDgrad per second.static AngularVelocityUnitAngularVelocityUnit. RADIAN_PER_SECONDradian per second.static AngularVelocityUnitAngularVelocityUnit. SIThe SI unit for angular velocity is radian per second.Fields in org.djunits.unit with type parameters of type AngularVelocityUnit Modifier and Type Field Description static Quantity<AngularVelocityUnit>AngularVelocityUnit. BASEThe base, with "rad/s" as the SI signature. -
Uses of AngularVelocityUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as AngularVelocityUnit Modifier and Type Field Description static AngularVelocityUnitUNITS. ARCMINUTE_PER_SECONDstatic AngularVelocityUnitUNITS. ARCSECOND_PER_SECONDstatic AngularVelocityUnitUNITS. CENTESIMAL_ARCMINUTE_PER_SECONDstatic AngularVelocityUnitUNITS. CENTESIMAL_ARCSECOND_PER_SECONDstatic AngularVelocityUnitUNITS. DEGREE_PER_SECONDstatic AngularVelocityUnitUNITS. GRAD_PER_SECONDstatic AngularVelocityUnitUNITS. RADIAN_PER_SECOND -
Uses of AngularVelocityUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type AngularVelocityUnit Modifier and Type Method Description AngularVelocityMatrixSIMatrix. asAngularVelocity(AngularVelocityUnit displayUnit)Return the current matrix as a angularvelocity matrix, and provide a display unit.AngularVelocityMatrixAngularVelocityMatrix. instantiateMatrix(DoubleMatrixData dmd, AngularVelocityUnit displayUnit)Instantiate a new matrix of the class of this matrix.AngularVelocityAngularVelocityMatrix. instantiateScalarSI(double valueSI, AngularVelocityUnit displayUnit)Instantiate a new scalar for the class of this matrix.AngularVelocityVectorAngularVelocityMatrix. instantiateVector(DoubleVectorData dvd, AngularVelocityUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type AngularVelocityUnit Constructor Description AngularVelocityMatrix(DoubleMatrixData data, AngularVelocityUnit unit) -
Uses of AngularVelocityUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type AngularVelocityUnit Modifier and Type Method Description AngularVelocitySIScalar. asAngularVelocity(AngularVelocityUnit displayUnit)Return the current scalar as a angularvelocity, and provide a display unit.AngularVelocityAngularVelocity. instantiateRel(double value, AngularVelocityUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type AngularVelocityUnit Constructor Description AngularVelocity(double value, AngularVelocityUnit unit)Construct AngularVelocity scalar. -
Uses of AngularVelocityUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type AngularVelocityUnit Modifier and Type Method Description AngularVelocityVectorSIVector. asAngularVelocity(AngularVelocityUnit displayUnit)Return the current vector as a angularvelocity vector, and provide a display unit.AngularVelocityAngularVelocityVector. instantiateScalarSI(double valueSI, AngularVelocityUnit displayUnit)Instantiate a new scalar for the class of this vector.AngularVelocityVectorAngularVelocityVector. instantiateVector(DoubleVectorData dvd, AngularVelocityUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type AngularVelocityUnit Constructor Description AngularVelocityVector(DoubleVectorData data, AngularVelocityUnit displayUnit)Construct an AngularVelocityVector from an internal data object. -
Uses of AngularVelocityUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type AngularVelocityUnit Modifier and Type Method Description FloatAngularVelocityMatrixFloatSIMatrix. asAngularVelocity(AngularVelocityUnit displayUnit)Return the current matrix as a angularvelocity matrix, and provide a display unit.FloatAngularVelocityMatrixFloatAngularVelocityMatrix. instantiateMatrix(FloatMatrixData fmd, AngularVelocityUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatAngularVelocityFloatAngularVelocityMatrix. instantiateScalarSI(float valueSI, AngularVelocityUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatAngularVelocityVectorFloatAngularVelocityMatrix. instantiateVector(FloatVectorData fvd, AngularVelocityUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type AngularVelocityUnit Constructor Description FloatAngularVelocityMatrix(FloatMatrixData data, AngularVelocityUnit unit) -
Uses of AngularVelocityUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type AngularVelocityUnit Modifier and Type Method Description FloatAngularVelocityFloatSIScalar. asAngularVelocity(AngularVelocityUnit displayUnit)Return the current scalar as a angularvelocity, and provide a display unit.FloatAngularVelocityFloatAngularVelocity. instantiateRel(float value, AngularVelocityUnit unit)Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type AngularVelocityUnit Constructor Description FloatAngularVelocity(double value, AngularVelocityUnit unit)Construct FloatAngularVelocity scalar using a double value.FloatAngularVelocity(float value, AngularVelocityUnit unit)Construct FloatAngularVelocity scalar. -
Uses of AngularVelocityUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type AngularVelocityUnit Modifier and Type Method Description FloatAngularVelocityVectorFloatSIVector. asAngularVelocity(AngularVelocityUnit displayUnit)Return the current vector as a angularvelocity vector, and provide a display unit.FloatAngularVelocityFloatAngularVelocityVector. instantiateScalarSI(float valueSI, AngularVelocityUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatAngularVelocityVectorFloatAngularVelocityVector. instantiateVector(FloatVectorData fvd, AngularVelocityUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type AngularVelocityUnit Constructor Description FloatAngularVelocityVector(FloatVectorData data, AngularVelocityUnit unit)Construct an FloatAngularVelocityVector from an internal data object.