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 AngleUnitAngleUnit. ARCMINUTEarcminute.static AngleUnitAngleUnit. ARCSECONDarcsecond.static AngleUnitAngleUnit. CENTESIMAL_ARCMINUTEcentesimal arcminute.static AngleUnitAngleUnit. CENTESIMAL_ARCSECONDcentesimal arcsecond.static AngleUnitAngleUnit. DEGREEdegree.static AngleUnitAngleUnit. GRADgrad.static AngleUnitAngleUnit. PERCENTpercent (non-linear, 100% is 45 degrees; 90 degrees is infinite).static AngleUnitAngleUnit. RADIANradian.static AngleUnitAngleUnit. SIThe 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. BASEThe 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 AngleUnitUNITS. ARCMINUTEstatic AngleUnitUNITS. ARCSECONDstatic AngleUnitUNITS. CENTESIMAL_ARCMINUTEstatic AngleUnitUNITS. CENTESIMAL_ARCSECONDstatic AngleUnitUNITS. DEGREEstatic AngleUnitUNITS. GRADstatic AngleUnitUNITS. PERCENTstatic AngleUnitUNITS. 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 AngleMatrixSIMatrix. asAngle(AngleUnit displayUnit)Return the current matrix as a angle matrix, and provide a display unit.AngleMatrixAngleMatrix. instantiateMatrix(DoubleMatrixData dmd, AngleUnit displayUnit)Instantiate a new matrix of the class of this matrix.AngleMatrixDirectionMatrix. instantiateMatrixRel(DoubleMatrixData dmd, AngleUnit displayUnit)Instantiate a new relative matrix of the class of this absolute matrix.AngleDirectionMatrix. instantiateScalarRelSI(double valueSI, AngleUnit displayUnit)Instantiate a new relative scalar for the class of this absolute matrix.AngleAngleMatrix. instantiateScalarSI(double valueSI, AngleUnit displayUnit)Instantiate a new scalar for the class of this matrix.AngleVectorAngleMatrix. instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit)Instantiate a new vector of the class of this matrix.AngleVectorDirectionMatrix. 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 AngleSIScalar. asAngle(AngleUnit displayUnit)Return the current scalar as a angle, and provide a display unit.AngleAngle. instantiateRel(double value, AngleUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.AngleDirection. 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 AngleVectorSIVector. asAngle(AngleUnit displayUnit)Return the current vector as a angle vector, and provide a display unit.AngleDirectionVector. instantiateScalarRelSI(double valueSI, AngleUnit displayUnit)Instantiate a new relative scalar for the class of this absolute vector.AngleAngleVector. instantiateScalarSI(double valueSI, AngleUnit displayUnit)Instantiate a new scalar for the class of this vector.AngleVectorAngleVector. instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit)Instantiate a new vector of the class of this vector.AngleVectorDirectionVector. 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 FloatAngleMatrixFloatSIMatrix. asAngle(AngleUnit displayUnit)Return the current matrix as a angle matrix, and provide a display unit.FloatAngleMatrixFloatAngleMatrix. instantiateMatrix(FloatMatrixData fmd, AngleUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatAngleMatrixFloatDirectionMatrix. instantiateMatrixRel(FloatMatrixData fmd, AngleUnit displayUnit)Instantiate a new relative matrix of the class of this absolute matrix.FloatAngleFloatDirectionMatrix. instantiateScalarRelSI(float valueSI, AngleUnit displayUnit)Instantiate a new relative scalar for the class of this absolute matrix.FloatAngleFloatAngleMatrix. instantiateScalarSI(float valueSI, AngleUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatAngleVectorFloatAngleMatrix. instantiateVector(FloatVectorData fvd, AngleUnit displayUnit)Instantiate a new vector of the class of this matrix.FloatAngleVectorFloatDirectionMatrix. 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 FloatAngleFloatSIScalar. asAngle(AngleUnit displayUnit)Return the current scalar as a angle, and provide a display unit.FloatAngleFloatAngle. instantiateRel(float value, AngleUnit unit)Construct a new Relative Immutable FloatScalar of the right type.FloatAngleFloatDirection. 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 FloatAngleVectorFloatSIVector. asAngle(AngleUnit displayUnit)Return the current vector as a angle vector, and provide a display unit.FloatAngleFloatDirectionVector. instantiateScalarRelSI(float valueSI, AngleUnit displayUnit)Instantiate a new relative scalar for the class of this absolute vector.FloatAngleFloatAngleVector. instantiateScalarSI(float valueSI, AngleUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatAngleVectorFloatAngleVector. instantiateVector(FloatVectorData fvd, AngleUnit displayUnit)Instantiate a new vector of the class of this vector.FloatAngleVectorFloatDirectionVector. 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.