Uses of Class
org.djunits.value.vdouble.scalar.Angle
Packages that use 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
Methods in org.djunits.value.util that return AngleMethods in org.djunits.value.util with parameters of type Angle -
Uses of Angle in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AngleModifier and TypeMethodDescriptionDirectionMatrix.instantiateScalarRelSI(double valueSI, AngleUnit displayUnit) AngleMatrix.instantiateScalarSI(double valueSI, AngleUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type AngleConstructors in org.djunits.value.vdouble.matrix with parameters of type AngleModifierConstructorDescriptionAngleMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type AngleModifierConstructorDescriptionAngleMatrix(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
Fields in org.djunits.value.vdouble.scalar declared as AngleModifier and TypeFieldDescriptionstatic final AngleAngle.HALF_PIConstant with value pi/2.static final AngleAngle.NaNConstant with value NaN.static final AngleAngle.NEG_MAXVALUEConstant with value -MAX_VALUE.static final AngleAngle.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final AngleAngle.ONEConstant with value one.static final AngleAngle.PIConstant with value pi.static final AngleAngle.POS_MAXVALUEConstant with value MAX_VALUE.static final AngleAngle.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final AngleAngle.TAUConstant with value tau.static final AngleAngle.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return AngleModifier and TypeMethodDescriptionfinal AngleSIScalar.asAngle()Return the current scalar as a angle.final AngleReturn the current scalar as a angle, and provide a display unit.static AngleAngle.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Angle.final AngleCalculate the division of AngularVelocity and Frequency, which results in a Angle scalar.final AngleAngle.instantiateRel(double value, AngleUnit unit) final AngleDirection.instantiateRel(double value, AngleUnit unit) static AngleAngle.interpolate(Angle zero, Angle one, double ratio) Interpolate between two values.static AngleReturn the maximum value of two relative scalars.static AngleReturn the maximum value of more than two relative scalars.static AngleReturn the minimum value of two relative scalars.static AngleReturn the minimum value of more than two relative scalars.static AngleAngle.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Angle.static AngleReturns a Angle based on a value and the textual representation of the unit, which can be localized.static final AngleAngle.ofSI(double value) Construct Angle scalar based on an SI value.final AngleCalculate the multiplication of AngularVelocity and Duration, which results in a Angle scalar.final AngleCalculate the multiplication of Dimensionless and Angle, which results in a Angle scalar.final AngleDuration.times(AngularVelocity v) Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.static AngleReturns a Angle representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type AngleModifier and TypeMethodDescriptionfinal DimensionlessCalculate the division of Angle and Angle, which results in a Dimensionless scalar.final FrequencyCalculate the division of AngularVelocity and Angle, which results in a Frequency scalar.static AngleAngle.interpolate(Angle zero, Angle one, double ratio) Interpolate between two values.static AngleReturn the maximum value of two relative scalars.static AngleReturn the maximum value of more than two relative scalars.static AngleReturn the minimum value of two relative scalars.static AngleReturn the minimum value of more than two relative scalars.final AngleCalculate the multiplication of Dimensionless and Angle, which results in a Angle scalar.final AngularVelocityCalculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Angle -
Uses of Angle in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AngleModifier and TypeMethodDescriptionDirectionVector.instantiateScalarRelSI(double valueSI, AngleUnit displayUnit) AngleVector.instantiateScalarSI(double valueSI, AngleUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type AngleConstructors in org.djunits.value.vdouble.vector with parameters of type AngleModifierConstructorDescriptionAngleVector(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.