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 FloatAngle
AngleUtil. 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 FloatAngle
AngleUtil. 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 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.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 FloatAngle
FloatAngle. NaN
Constant with value NaN.static FloatAngle
FloatAngle. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatAngle
FloatAngle. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatAngle
FloatAngle. ONE
Constant with value one.static FloatAngle
FloatAngle. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatAngle
FloatAngle. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatAngle
FloatAngle. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatAngle Modifier and Type Method Description FloatAngle
FloatSIScalar. asAngle()
Return the current scalar as a angle.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.static FloatAngle
FloatAngle. instantiateSI(float value)
Construct FloatAngle scalar.static FloatAngle
FloatAngle. interpolate(FloatAngle zero, FloatAngle one, float ratio)
Interpolate between two values.static FloatAngle
FloatAngle. max(FloatAngle r1, FloatAngle r2)
Return the maximum value of two relative scalars.static FloatAngle
FloatAngle. max(FloatAngle r1, FloatAngle r2, FloatAngle... rn)
Return the maximum value of more than two relative scalars.static FloatAngle
FloatAngle. min(FloatAngle r1, FloatAngle r2)
Return the minimum value of two relative scalars.static FloatAngle
FloatAngle. min(FloatAngle r1, FloatAngle r2, FloatAngle... rn)
Return the minimum value of more than two relative scalars.static FloatAngle
FloatAngle. of(float value, String unitString)
Returns a FloatAngle based on a value and the textual representation of the unit.FloatAngle
FloatDimensionless. times(FloatAngle v)
Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.static FloatAngle
FloatAngle. 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 FloatDimensionless
FloatAngle. divide(FloatAngle v)
Calculate the division of FloatAngle and FloatAngle, which results in a FloatDimensionless scalar.static FloatAngle
FloatAngle. interpolate(FloatAngle zero, FloatAngle one, float ratio)
Interpolate between two values.static FloatAngle
FloatAngle. max(FloatAngle r1, FloatAngle r2)
Return the maximum value of two relative scalars.static FloatAngle
FloatAngle. max(FloatAngle r1, FloatAngle r2, FloatAngle... rn)
Return the maximum value of more than two relative scalars.static FloatAngle
FloatAngle. min(FloatAngle r1, FloatAngle r2)
Return the minimum value of two relative scalars.static FloatAngle
FloatAngle. min(FloatAngle r1, FloatAngle r2, FloatAngle... rn)
Return the minimum value of more than two relative scalars.FloatAngle
FloatDimensionless. 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 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.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.