Uses of Class
org.djunits.value.vfloat.scalar.FloatAngle
| Package | Description |
|---|---|
| org.djunits.value.util |
Generic utilities for all values (Scalar, Vector, Matrix).
|
| 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 FloatAngle in org.djunits.value.util
Methods in org.djunits.value.util that return FloatAngle Modifier and Type Method Description static FloatAngleAngleUtil. normalize(FloatAngle angle)Normalize an angle between 0 and 2 * PI.Methods in org.djunits.value.util with parameters of type FloatAngle Modifier and Type Method Description static FloatAngleAngleUtil. normalize(FloatAngle angle)Normalize an angle between 0 and 2 * PI. -
Uses of FloatAngle in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatAngle Modifier and Type Method Description 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.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatAngle Modifier and Type Method Description Class<FloatAngle>FloatAngleMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatAngle in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatAngle Modifier and Type Field Description static FloatAngleFloatAngle. NaNConstant with value NaN.static FloatAngleFloatAngle. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatAngleFloatAngle. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatAngleFloatAngle. ONEConstant with value one.static FloatAngleFloatAngle. POS_MAXVALUEConstant with value MAX_VALUE.static FloatAngleFloatAngle. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatAngleFloatAngle. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatAngle Modifier and Type Method Description FloatAngleFloatSIScalar. asAngle()Return the current scalar as a angle.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.static FloatAngleFloatAngle. instantiateSI(float value)Construct FloatAngle scalar.static FloatAngleFloatAngle. interpolate(FloatAngle zero, FloatAngle one, float ratio)Interpolate between two values.static FloatAngleFloatAngle. max(FloatAngle r1, FloatAngle r2)Return the maximum value of two relative scalars.static FloatAngleFloatAngle. max(FloatAngle r1, FloatAngle r2, FloatAngle... rn)Return the maximum value of more than two relative scalars.static FloatAngleFloatAngle. min(FloatAngle r1, FloatAngle r2)Return the minimum value of two relative scalars.static FloatAngleFloatAngle. min(FloatAngle r1, FloatAngle r2, FloatAngle... rn)Return the minimum value of more than two relative scalars.static FloatAngleFloatAngle. of(float value, String unitString)Returns a FloatAngle based on a value and the textual representation of the unit.FloatAngleFloatDimensionless. times(FloatAngle v)Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.static FloatAngleFloatAngle. valueOf(String text)Returns a FloatAngle representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatAngle Modifier and Type Method Description FloatDimensionlessFloatAngle. divide(FloatAngle v)Calculate the division of FloatAngle and FloatAngle, which results in a FloatDimensionless scalar.static FloatAngleFloatAngle. interpolate(FloatAngle zero, FloatAngle one, float ratio)Interpolate between two values.static FloatAngleFloatAngle. max(FloatAngle r1, FloatAngle r2)Return the maximum value of two relative scalars.static FloatAngleFloatAngle. max(FloatAngle r1, FloatAngle r2, FloatAngle... rn)Return the maximum value of more than two relative scalars.static FloatAngleFloatAngle. min(FloatAngle r1, FloatAngle r2)Return the minimum value of two relative scalars.static FloatAngleFloatAngle. min(FloatAngle r1, FloatAngle r2, FloatAngle... rn)Return the minimum value of more than two relative scalars.FloatAngleFloatDimensionless. times(FloatAngle v)Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatAngle Constructor Description FloatAngle(FloatAngle value)Construct FloatAngle scalar. -
Uses of FloatAngle in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatAngle Modifier and Type Method Description 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.Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatAngle Modifier and Type Method Description Class<FloatAngle>FloatAngleVector. getScalarClass()Return the class of the corresponding scalar.