Uses of Class
org.djunits.value.vfloat.scalar.FloatAngle
Packages that use FloatAngle
Package
Description
Generic utilities for all values (Scalar, Vector, Matrix).
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
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 FloatAngleModifier and TypeMethodDescriptionstatic FloatAngle
AngleUtil.normalize
(FloatAngle angle) Normalize an angle between 0 and 2 * PI.Methods in org.djunits.value.util with parameters of type FloatAngleModifier and TypeMethodDescriptionstatic 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 FloatAngleModifier and TypeMethodDescriptionFloatDirectionMatrix.instantiateScalarRelSI
(float valueSI, AngleUnit displayUnit) FloatAngleMatrix.instantiateScalarSI
(float valueSI, AngleUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatAngleConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatAngleModifierConstructorDescriptionFloatAngleMatrix
(FloatAngle[][] data) Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.FloatAngleMatrix
(FloatAngle[][] data, AngleUnit displayUnit) Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.FloatAngleMatrix
(FloatAngle[][] data, AngleUnit displayUnit, StorageType storageType) Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.FloatAngleMatrix
(FloatAngle[][] data, StorageType storageType) Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatAngleModifierConstructorDescriptionFloatAngleMatrix
(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, int rows, int cols) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatAngleMatrix
(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, int rows, int cols, StorageType storageType) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatAngleMatrix
(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, AngleUnit displayUnit, int rows, int cols) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatAngleMatrix
(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, AngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatAngle in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatAngleModifier and TypeFieldDescriptionstatic final FloatAngle
FloatAngle.NaN
Constant with value NaN.static final FloatAngle
FloatAngle.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatAngle
FloatAngle.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatAngle
FloatAngle.ONE
Constant with value one.static final FloatAngle
FloatAngle.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatAngle
FloatAngle.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatAngle
FloatAngle.ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatAngleModifier and TypeMethodDescriptionfinal FloatAngle
FloatSIScalar.asAngle()
Return the current scalar as a angle.final FloatAngle
Return the current scalar as a angle, and provide a display unit.final FloatAngle
FloatAngularVelocity.divide
(FloatFrequency v) Calculate the division of FloatAngularVelocity and FloatFrequency, which results in a FloatAngle scalar.final FloatAngle
FloatAngle.instantiateRel
(float value, AngleUnit unit) final FloatAngle
FloatDirection.instantiateRel
(float value, AngleUnit unit) static final 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
Returns a FloatAngle based on a value and the textual representation of the unit, which can be localized.final FloatAngle
FloatAngularVelocity.times
(FloatDuration v) Calculate the multiplication of FloatAngularVelocity and FloatDuration, which results in a FloatAngle scalar.final FloatAngle
FloatDimensionless.times
(FloatAngle v) Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.final FloatAngle
FloatDuration.times
(FloatAngularVelocity v) Calculate the multiplication of FloatDuration and FloatAngularVelocity, which results in a FloatAngle scalar.static FloatAngle
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 FloatAngleModifier and TypeMethodDescriptionfinal FloatDimensionless
FloatAngle.divide
(FloatAngle v) Calculate the division of FloatAngle and FloatAngle, which results in a FloatDimensionless scalar.final FloatFrequency
FloatAngularVelocity.divide
(FloatAngle v) Calculate the division of FloatAngularVelocity and FloatAngle, which results in a FloatFrequency 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.final FloatAngle
FloatDimensionless.times
(FloatAngle v) Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.final FloatAngularVelocity
FloatFrequency.times
(FloatAngle v) Calculate the multiplication of FloatFrequency and FloatAngle, which results in a FloatAngularVelocity scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatAngle -
Uses of FloatAngle in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatAngleModifier and TypeMethodDescriptionFloatDirectionVector.instantiateScalarRelSI
(float valueSI, AngleUnit displayUnit) FloatAngleVector.instantiateScalarSI
(float valueSI, AngleUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatAngleConstructors in org.djunits.value.vfloat.vector with parameters of type FloatAngleModifierConstructorDescriptionFloatAngleVector
(FloatAngle[] data) Construct a FloatAngleVector from an array of FloatAngle objects.FloatAngleVector
(FloatAngle[] data, AngleUnit displayUnit) Construct a FloatAngleVector from an array of FloatAngle objects.FloatAngleVector
(FloatAngle[] data, AngleUnit displayUnit, StorageType storageType) Construct a FloatAngleVector from an array of FloatAngle objects.FloatAngleVector
(FloatAngle[] data, StorageType storageType) Construct a FloatAngleVector from an array of FloatAngle objects.