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 DirectionUnit
DirectionUnit. DEFAULT
The default unit for direction is East_Radian.static DirectionUnit
DirectionUnit. EAST_DEGREE
The unit for direction with East as the origin and degrees as the displacement.static DirectionUnit
DirectionUnit. EAST_RADIAN
The unit for direction with East as the origin and radians as the displacement.static DirectionUnit
DirectionUnit. NORTH_DEGREE
The unit for direction with North as the origin and degrees as the displacement.static DirectionUnit
DirectionUnit. NORTH_RADIAN
The 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. BASE
The 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 DirectionUnit
UNITS. EAST_DEGREE
static DirectionUnit
UNITS. EAST_RADIAN
static DirectionUnit
UNITS. NORTH_DEGREE
static DirectionUnit
UNITS. 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 DirectionMatrix
DirectionMatrix. instantiateMatrix(DoubleMatrixData dmd, DirectionUnit displayUnit)
Instantiate a new matrix of the class of this matrix.DirectionMatrix
AngleMatrix. instantiateMatrixAbs(DoubleMatrixData dmd, DirectionUnit displayUnit)
Instantiate a new absolute matrix of the class of this relative matrix.Direction
AngleMatrix. instantiateScalarAbsSI(double valueSI, DirectionUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative matrix.Direction
DirectionMatrix. instantiateScalarSI(double valueSI, DirectionUnit displayUnit)
Instantiate a new scalar for the class of this matrix.DirectionVector
DirectionMatrix. instantiateVector(DoubleVectorData dvd, DirectionUnit displayUnit)
Instantiate a new vector of the class of this matrix.DirectionVector
AngleMatrix. 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 Direction
Angle. instantiateAbs(double value, DirectionUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.Direction
Direction. 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 Direction
AngleVector. instantiateScalarAbsSI(double valueSI, DirectionUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative vector.Direction
DirectionVector. instantiateScalarSI(double valueSI, DirectionUnit displayUnit)
Instantiate a new scalar for the class of this vector.DirectionVector
DirectionVector. instantiateVector(DoubleVectorData dvd, DirectionUnit displayUnit)
Instantiate a new vector of the class of this vector.DirectionVector
AngleVector. 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 FloatDirectionMatrix
FloatDirectionMatrix. instantiateMatrix(FloatMatrixData fmd, DirectionUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatDirectionMatrix
FloatAngleMatrix. instantiateMatrixAbs(FloatMatrixData fmd, DirectionUnit displayUnit)
Instantiate a new absolute matrix of the class of this relative matrix.FloatDirection
FloatAngleMatrix. instantiateScalarAbsSI(float valueSI, DirectionUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative matrix.FloatDirection
FloatDirectionMatrix. instantiateScalarSI(float valueSI, DirectionUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatDirectionVector
FloatDirectionMatrix. instantiateVector(FloatVectorData fvd, DirectionUnit displayUnit)
Instantiate a new vector of the class of this matrix.FloatDirectionVector
FloatAngleMatrix. 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 FloatDirection
FloatAngle. instantiateAbs(float value, DirectionUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.FloatDirection
FloatDirection. 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 FloatDirection
FloatAngleVector. instantiateScalarAbsSI(float valueSI, DirectionUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative vector.FloatDirection
FloatDirectionVector. instantiateScalarSI(float valueSI, DirectionUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatDirectionVector
FloatDirectionVector. instantiateVector(FloatVectorData fvd, DirectionUnit displayUnit)
Instantiate a new vector of the class of this vector.FloatDirectionVector
FloatAngleVector. 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.