Uses of Class
org.djunits.value.vdouble.scalar.Angle
| Package | Description |
|---|---|
| org.djunits.value.util |
Generic utilities for all values (Scalar, Vector, Matrix).
|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.vector |
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 Angle Modifier and Type Method Description static AngleAngleUtil. normalize(Angle angle)Normalize an angle between 0 and 2 * PI.Methods in org.djunits.value.util with parameters of type Angle Modifier and Type Method Description static AngleAngleUtil. normalize(Angle angle)Normalize an angle between 0 and 2 * PI. -
Uses of Angle in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Angle Modifier and Type Method Description AngleDirectionMatrix. instantiateScalarRelSI(double valueSI, AngleUnit displayUnit)Instantiate a new relative scalar for the class of this absolute matrix.AngleAngleMatrix. instantiateScalarSI(double valueSI, AngleUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Angle Modifier and Type Method Description Class<Angle>AngleMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of Angle in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Angle Modifier and Type Field Description static AngleAngle. NaNConstant with value NaN.static AngleAngle. NEG_MAXVALUEConstant with value -MAX_VALUE.static AngleAngle. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static AngleAngle. ONEConstant with value one.static AngleAngle. POS_MAXVALUEConstant with value MAX_VALUE.static AngleAngle. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static AngleAngle. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Angle Modifier and Type Method Description AngleSIScalar. asAngle()Return the current scalar as a angle.AngleSIScalar. asAngle(AngleUnit displayUnit)Return the current scalar as a angle, and provide a display unit.AngleAngularVelocity. divide(Frequency v)Calculate the division of AngularVelocity and Frequency, which results in a Angle scalar.AngleAngle. instantiateRel(double value, AngleUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.AngleDirection. instantiateRel(double value, AngleUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static AngleAngle. instantiateSI(double value)Construct Angle scalar.static AngleAngle. interpolate(Angle zero, Angle one, double ratio)Interpolate between two values.static AngleAngle. max(Angle r1, Angle r2)Return the maximum value of two relative scalars.static AngleAngle. max(Angle r1, Angle r2, Angle... rn)Return the maximum value of more than two relative scalars.static AngleAngle. min(Angle r1, Angle r2)Return the minimum value of two relative scalars.static AngleAngle. min(Angle r1, Angle r2, Angle... rn)Return the minimum value of more than two relative scalars.static AngleAngle. of(double value, String unitString)Returns a Angle based on a value and the textual representation of the unit.AngleAngularVelocity. times(Duration v)Calculate the multiplication of AngularVelocity and Duration, which results in a Angle scalar.AngleDimensionless. times(Angle v)Calculate the multiplication of Dimensionless and Angle, which results in a Angle scalar.AngleDuration. times(AngularVelocity v)Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.static AngleAngle. valueOf(String text)Returns a Angle representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Angle Modifier and Type Method Description DimensionlessAngle. divide(Angle v)Calculate the division of Angle and Angle, which results in a Dimensionless scalar.FrequencyAngularVelocity. divide(Angle v)Calculate 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 AngleAngle. max(Angle r1, Angle r2)Return the maximum value of two relative scalars.static AngleAngle. max(Angle r1, Angle r2, Angle... rn)Return the maximum value of more than two relative scalars.static AngleAngle. min(Angle r1, Angle r2)Return the minimum value of two relative scalars.static AngleAngle. min(Angle r1, Angle r2, Angle... rn)Return the minimum value of more than two relative scalars.AngleDimensionless. times(Angle v)Calculate the multiplication of Dimensionless and Angle, which results in a Angle scalar.AngularVelocityFrequency. times(Angle v)Calculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Angle Constructor Description Angle(Angle value)Construct Angle scalar. -
Uses of Angle in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Angle Modifier and Type Method Description AngleDirectionVector. instantiateScalarRelSI(double valueSI, AngleUnit displayUnit)Instantiate a new relative scalar for the class of this absolute vector.AngleAngleVector. instantiateScalarSI(double valueSI, AngleUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Angle Modifier and Type Method Description Class<Angle>AngleVector. getScalarClass()Return the class of the corresponding scalar.