Uses of Class
org.djunits.unit.DirectionUnit
| 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 DirectionUnit in org.djunits.unit
Fields in org.djunits.unit declared as DirectionUnit Modifier and Type Field Description static DirectionUnitDirectionUnit. DEFAULTThe default unit for direction is East_Radian.static DirectionUnitDirectionUnit. EAST_DEGREEThe unit for direction with East as the origin and degrees as the displacement.static DirectionUnitDirectionUnit. EAST_RADIANThe unit for direction with East as the origin and radians as the displacement.static DirectionUnitDirectionUnit. NORTH_DEGREEThe unit for direction with North as the origin and degrees as the displacement.static DirectionUnitDirectionUnit. NORTH_RADIANThe unit for direction with North as the origin and radians as the displacement.Fields in org.djunits.unit with type parameters of type DirectionUnit Modifier and Type Field Description static Quantity<DirectionUnit>DirectionUnit. BASEThe base, with "rad" as the SI signature. -
Uses of DirectionUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as DirectionUnit Modifier and Type Field Description static DirectionUnitUNITS. EAST_DEGREEstatic DirectionUnitUNITS. EAST_RADIANstatic DirectionUnitUNITS. NORTH_DEGREEstatic DirectionUnitUNITS. NORTH_RADIAN -
Uses of DirectionUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type DirectionUnit Modifier and Type Method Description DirectionMatrixDirectionMatrix. instantiateMatrix(DoubleMatrixData dmd, DirectionUnit displayUnit)Instantiate a new matrix of the class of this matrix.DirectionMatrixAngleMatrix. instantiateMatrixAbs(DoubleMatrixData dmd, DirectionUnit displayUnit)Instantiate a new absolute matrix of the class of this relative matrix.DirectionAngleMatrix. instantiateScalarAbsSI(double valueSI, DirectionUnit displayUnit)Instantiate a new absolute scalar for the class of this relative matrix.DirectionDirectionMatrix. instantiateScalarSI(double valueSI, DirectionUnit displayUnit)Instantiate a new scalar for the class of this matrix.DirectionVectorDirectionMatrix. instantiateVector(DoubleVectorData dvd, DirectionUnit displayUnit)Instantiate a new vector of the class of this matrix.DirectionVectorAngleMatrix. instantiateVectorAbs(DoubleVectorData dvd, DirectionUnit displayUnit)Instantiate a new absolute vector of the class of this relative matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type DirectionUnit Constructor Description DirectionMatrix(DoubleMatrixData data, DirectionUnit unit) -
Uses of DirectionUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type DirectionUnit Modifier and Type Method Description DirectionAngle. instantiateAbs(double value, DirectionUnit unit)Construct a new Absolute Immutable DoubleScalar of the right type.DirectionDirection. instantiateAbs(double value, DirectionUnit unit)Construct a new Absolute Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type DirectionUnit Constructor Description Direction(double value, DirectionUnit unit)Construct Direction scalar. -
Uses of DirectionUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type DirectionUnit Modifier and Type Method Description DirectionAngleVector. instantiateScalarAbsSI(double valueSI, DirectionUnit displayUnit)Instantiate a new absolute scalar for the class of this relative vector.DirectionDirectionVector. instantiateScalarSI(double valueSI, DirectionUnit displayUnit)Instantiate a new scalar for the class of this vector.DirectionVectorDirectionVector. instantiateVector(DoubleVectorData dvd, DirectionUnit displayUnit)Instantiate a new vector of the class of this vector.DirectionVectorAngleVector. instantiateVectorAbs(DoubleVectorData dvd, DirectionUnit displayUnit)Instantiate a new absolute vector of the class of this relative vector.Constructors in org.djunits.value.vdouble.vector with parameters of type DirectionUnit Constructor Description DirectionVector(DoubleVectorData data, DirectionUnit unit)Construct an DirectionVector from an internal data object. -
Uses of DirectionUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type DirectionUnit Modifier and Type Method Description FloatDirectionMatrixFloatDirectionMatrix. instantiateMatrix(FloatMatrixData fmd, DirectionUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatDirectionMatrixFloatAngleMatrix. instantiateMatrixAbs(FloatMatrixData fmd, DirectionUnit displayUnit)Instantiate a new absolute matrix of the class of this relative matrix.FloatDirectionFloatAngleMatrix. instantiateScalarAbsSI(float valueSI, DirectionUnit displayUnit)Instantiate a new absolute scalar for the class of this relative matrix.FloatDirectionFloatDirectionMatrix. instantiateScalarSI(float valueSI, DirectionUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatDirectionVectorFloatDirectionMatrix. instantiateVector(FloatVectorData fvd, DirectionUnit displayUnit)Instantiate a new vector of the class of this matrix.FloatDirectionVectorFloatAngleMatrix. instantiateVectorAbs(FloatVectorData fvd, DirectionUnit displayUnit)Instantiate a new absolute vector of the class of this relative matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type DirectionUnit Constructor Description FloatDirectionMatrix(FloatMatrixData data, DirectionUnit unit) -
Uses of DirectionUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type DirectionUnit Modifier and Type Method Description FloatDirectionFloatAngle. instantiateAbs(float value, DirectionUnit unit)Construct a new Absolute Immutable FloatScalar of the right type.FloatDirectionFloatDirection. instantiateAbs(float value, DirectionUnit unit)Construct a new Absolute Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type DirectionUnit Constructor Description FloatDirection(double value, DirectionUnit unit)Construct FloatDirection scalar using a double value.FloatDirection(float value, DirectionUnit unit)Construct FloatDirection scalar. -
Uses of DirectionUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type DirectionUnit Modifier and Type Method Description FloatDirectionFloatAngleVector. instantiateScalarAbsSI(float valueSI, DirectionUnit displayUnit)Instantiate a new absolute scalar for the class of this relative vector.FloatDirectionFloatDirectionVector. instantiateScalarSI(float valueSI, DirectionUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatDirectionVectorFloatDirectionVector. instantiateVector(FloatVectorData fvd, DirectionUnit displayUnit)Instantiate a new vector of the class of this vector.FloatDirectionVectorFloatAngleVector. instantiateVectorAbs(FloatVectorData fvd, DirectionUnit displayUnit)Instantiate a new absolute vector of the class of this relative vector.Constructors in org.djunits.value.vfloat.vector with parameters of type DirectionUnit Constructor Description FloatDirectionVector(FloatVectorData data, DirectionUnit unit)Construct a new Absative Immutable FloatDirectionVector.