Uses of Class
org.djunits.unit.AngleUnit
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 AngleUnit in org.djunits.unit
Fields in org.djunits.unit declared as AngleUnit Modifier and Type Field Description static AngleUnit
AngleUnit. ARCMINUTE
arcminute.static AngleUnit
AngleUnit. ARCSECOND
arcsecond.static AngleUnit
AngleUnit. CENTESIMAL_ARCMINUTE
centesimal arcminute.static AngleUnit
AngleUnit. CENTESIMAL_ARCSECOND
centesimal arcsecond.static AngleUnit
AngleUnit. DEGREE
degree.static AngleUnit
AngleUnit. GRAD
grad.static AngleUnit
AngleUnit. PERCENT
percent (non-linear, 100% is 45 degrees; 90 degrees is infinite).static AngleUnit
AngleUnit. RADIAN
radian.static AngleUnit
AngleUnit. SI
The SI unit for angle is radian.Fields in org.djunits.unit with type parameters of type AngleUnit Modifier and Type Field Description static Quantity<AngleUnit>
AngleUnit. BASE
The base, with "rad" as the SI signature. -
Uses of AngleUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as AngleUnit Modifier and Type Field Description static AngleUnit
UNITS. ARCMINUTE
static AngleUnit
UNITS. ARCSECOND
static AngleUnit
UNITS. CENTESIMAL_ARCMINUTE
static AngleUnit
UNITS. CENTESIMAL_ARCSECOND
static AngleUnit
UNITS. DEGREE
static AngleUnit
UNITS. GRAD
static AngleUnit
UNITS. PERCENT
static AngleUnit
UNITS. RADIAN
-
Uses of AngleUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type AngleUnit Modifier and Type Method Description AngleMatrix
SIMatrix. asAngle(AngleUnit displayUnit)
Return the current matrix as a angle matrix, and provide a display unit.AngleMatrix
AngleMatrix. instantiateMatrix(DoubleMatrixData dmd, AngleUnit displayUnit)
Instantiate a new matrix of the class of this matrix.AngleMatrix
DirectionMatrix. instantiateMatrixRel(DoubleMatrixData dmd, AngleUnit displayUnit)
Instantiate a new relative matrix of the class of this absolute matrix.Angle
DirectionMatrix. instantiateScalarRelSI(double valueSI, AngleUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute matrix.Angle
AngleMatrix. instantiateScalarSI(double valueSI, AngleUnit displayUnit)
Instantiate a new scalar for the class of this matrix.AngleVector
AngleMatrix. instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit)
Instantiate a new vector of the class of this matrix.AngleVector
DirectionMatrix. instantiateVectorRel(DoubleVectorData dvd, AngleUnit displayUnit)
Instantiate a new relative vector of the class of this absolute matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type AngleUnit Constructor Description AngleMatrix(DoubleMatrixData data, AngleUnit unit)
-
Uses of AngleUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type AngleUnit Modifier and Type Method Description Angle
SIScalar. asAngle(AngleUnit displayUnit)
Return the current scalar as a angle, and provide a display unit.Angle
Angle. instantiateRel(double value, AngleUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Angle
Direction. instantiateRel(double value, AngleUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type AngleUnit Constructor Description Angle(double value, AngleUnit unit)
Construct Angle scalar. -
Uses of AngleUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type AngleUnit Modifier and Type Method Description AngleVector
SIVector. asAngle(AngleUnit displayUnit)
Return the current vector as a angle vector, and provide a display unit.Angle
DirectionVector. instantiateScalarRelSI(double valueSI, AngleUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute vector.Angle
AngleVector. instantiateScalarSI(double valueSI, AngleUnit displayUnit)
Instantiate a new scalar for the class of this vector.AngleVector
AngleVector. instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit)
Instantiate a new vector of the class of this vector.AngleVector
DirectionVector. instantiateVectorRel(DoubleVectorData dvd, AngleUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.Constructors in org.djunits.value.vdouble.vector with parameters of type AngleUnit Constructor Description AngleVector(DoubleVectorData data, AngleUnit displayUnit)
Construct an AngleVector from an internal data object. -
Uses of AngleUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type AngleUnit Modifier and Type Method Description FloatAngleMatrix
FloatSIMatrix. asAngle(AngleUnit displayUnit)
Return the current matrix as a angle matrix, and provide a display unit.FloatAngleMatrix
FloatAngleMatrix. instantiateMatrix(FloatMatrixData fmd, AngleUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatAngleMatrix
FloatDirectionMatrix. instantiateMatrixRel(FloatMatrixData fmd, AngleUnit displayUnit)
Instantiate a new relative matrix of the class of this absolute matrix.FloatAngle
FloatDirectionMatrix. instantiateScalarRelSI(float valueSI, AngleUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute matrix.FloatAngle
FloatAngleMatrix. instantiateScalarSI(float valueSI, AngleUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatAngleVector
FloatAngleMatrix. instantiateVector(FloatVectorData fvd, AngleUnit displayUnit)
Instantiate a new vector of the class of this matrix.FloatAngleVector
FloatDirectionMatrix. instantiateVectorRel(FloatVectorData fvd, AngleUnit displayUnit)
Instantiate a new relative vector of the class of this absolute matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type AngleUnit Constructor Description FloatAngleMatrix(FloatMatrixData data, AngleUnit unit)
-
Uses of AngleUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type AngleUnit Modifier and Type Method Description FloatAngle
FloatSIScalar. asAngle(AngleUnit displayUnit)
Return the current scalar as a angle, and provide a display unit.FloatAngle
FloatAngle. instantiateRel(float value, AngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.FloatAngle
FloatDirection. instantiateRel(float value, AngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type AngleUnit Constructor Description FloatAngle(double value, AngleUnit unit)
Construct FloatAngle scalar using a double value.FloatAngle(float value, AngleUnit unit)
Construct FloatAngle scalar. -
Uses of AngleUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type AngleUnit Modifier and Type Method Description FloatAngleVector
FloatSIVector. asAngle(AngleUnit displayUnit)
Return the current vector as a angle vector, and provide a display unit.FloatAngle
FloatDirectionVector. instantiateScalarRelSI(float valueSI, AngleUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute vector.FloatAngle
FloatAngleVector. instantiateScalarSI(float valueSI, AngleUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatAngleVector
FloatAngleVector. instantiateVector(FloatVectorData fvd, AngleUnit displayUnit)
Instantiate a new vector of the class of this vector.FloatAngleVector
FloatDirectionVector. instantiateVectorRel(FloatVectorData fvd, AngleUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.Constructors in org.djunits.value.vfloat.vector with parameters of type AngleUnit Constructor Description FloatAngleVector(FloatVectorData data, AngleUnit unit)
Construct a new Relative Immutable FloatAngleVector.