Uses of Class
org.djunits.value.vdouble.scalar.Angle
Package
Description
Generic utilities for all values (Scalar, Vector, Matrix).
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Angle in org.djunits.value.util
-
Uses of Angle in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionDirectionMatrix.instantiateScalarRelSI
(double valueSI, AngleUnit displayUnit) AngleMatrix.instantiateScalarSI
(double valueSI, AngleUnit displayUnit) ModifierConstructorDescriptionAngleMatrix
(Angle[][] data) Construct a AngleMatrix from an array of an array of Angle objects.AngleMatrix
(Angle[][] data, AngleUnit displayUnit) Construct a AngleMatrix from an array of an array of Angle objects.AngleMatrix
(Angle[][] data, AngleUnit displayUnit, StorageType storageType) Construct a AngleMatrix from an array of an array of Angle objects.AngleMatrix
(Angle[][] data, StorageType storageType) Construct a AngleMatrix from an array of an array of Angle objects.ModifierConstructorDescriptionAngleMatrix
(Collection<DoubleSparseValue<AngleUnit, Angle>> data, int rows, int cols) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.AngleMatrix
(Collection<DoubleSparseValue<AngleUnit, Angle>> data, int rows, int cols, StorageType storageType) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.AngleMatrix
(Collection<DoubleSparseValue<AngleUnit, Angle>> data, AngleUnit displayUnit, int rows, int cols) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.AngleMatrix
(Collection<DoubleSparseValue<AngleUnit, Angle>> data, AngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Angle in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Angle
Angle.NaN
Constant with value NaN.static final Angle
Angle.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Angle
Angle.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Angle
Angle.ONE
Constant with value one.static final Angle
Angle.POS_MAXVALUE
Constant with value MAX_VALUE.static final Angle
Angle.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Angle
Angle.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Angle
SIScalar.asAngle()
Return the current scalar as a angle.final Angle
Return the current scalar as a angle, and provide a display unit.final Angle
Calculate the division of AngularVelocity and Frequency, which results in a Angle scalar.final Angle
Angle.instantiateRel
(double value, AngleUnit unit) final Angle
Direction.instantiateRel
(double value, AngleUnit unit) static final Angle
Angle.instantiateSI
(double value) Construct Angle scalar.static Angle
Angle.interpolate
(Angle zero, Angle one, double ratio) Interpolate between two values.static Angle
Return the maximum value of two relative scalars.static Angle
Return the maximum value of more than two relative scalars.static Angle
Return the minimum value of two relative scalars.static Angle
Return the minimum value of more than two relative scalars.static Angle
Returns a Angle based on a value and the textual representation of the unit, which can be localized.final Angle
Calculate the multiplication of AngularVelocity and Duration, which results in a Angle scalar.final Angle
Calculate the multiplication of Dimensionless and Angle, which results in a Angle scalar.final Angle
Duration.times
(AngularVelocity v) Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.static Angle
Returns a Angle representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Dimensionless
Calculate the division of Angle and Angle, which results in a Dimensionless scalar.final Frequency
Calculate the division of AngularVelocity and Angle, which results in a Frequency scalar.static Angle
Angle.interpolate
(Angle zero, Angle one, double ratio) Interpolate between two values.static Angle
Return the maximum value of two relative scalars.static Angle
Return the maximum value of more than two relative scalars.static Angle
Return the minimum value of two relative scalars.static Angle
Return the minimum value of more than two relative scalars.final Angle
Calculate the multiplication of Dimensionless and Angle, which results in a Angle scalar.final AngularVelocity
Calculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar. -
Uses of Angle in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionDirectionVector.instantiateScalarRelSI
(double valueSI, AngleUnit displayUnit) AngleVector.instantiateScalarSI
(double valueSI, AngleUnit displayUnit) ModifierConstructorDescriptionAngleVector
(Angle[] data) Construct an AngleVector from an array of Angle objects.AngleVector
(Angle[] data, AngleUnit displayUnit) Construct an AngleVector from an array of Angle objects.AngleVector
(Angle[] data, AngleUnit displayUnit, StorageType storageType) Construct an AngleVector from an array of Angle objects.AngleVector
(Angle[] data, StorageType storageType) Construct an AngleVector from an array of Angle objects.