Uses of Class
org.djunits.value.vdouble.scalar.Angle
-
Packages that use 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 Angle
AngleUtil. 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 Angle
AngleUtil. 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 Angle
DirectionMatrix. instantiateScalarRelSI(double valueSI, AngleUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute matrix.Angle
AngleMatrix. 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 Angle
Angle. NaN
Constant with value NaN.static Angle
Angle. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Angle
Angle. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Angle
Angle. ONE
Constant with value one.static Angle
Angle. POS_MAXVALUE
Constant with value MAX_VALUE.static Angle
Angle. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Angle
Angle. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Angle Modifier and Type Method Description Angle
SIScalar. asAngle()
Return the current scalar as a angle.Angle
SIScalar. asAngle(AngleUnit displayUnit)
Return the current scalar as a angle, and provide a display unit.Angle
AngularVelocity. divide(Frequency v)
Calculate the division of AngularVelocity and Frequency, which results in a Angle scalar.Angle
Angle. instantiateRel(double value, AngleUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Angle
Direction. instantiateRel(double value, AngleUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Angle
Angle. instantiateSI(double value)
Construct Angle scalar.static Angle
Angle. interpolate(Angle zero, Angle one, double ratio)
Interpolate between two values.static Angle
Angle. max(Angle r1, Angle r2)
Return the maximum value of two relative scalars.static Angle
Angle. max(Angle r1, Angle r2, Angle... rn)
Return the maximum value of more than two relative scalars.static Angle
Angle. min(Angle r1, Angle r2)
Return the minimum value of two relative scalars.static Angle
Angle. min(Angle r1, Angle r2, Angle... rn)
Return the minimum value of more than two relative scalars.static Angle
Angle. of(double value, String unitString)
Returns a Angle based on a value and the textual representation of the unit.Angle
AngularVelocity. times(Duration v)
Calculate the multiplication of AngularVelocity and Duration, which results in a Angle scalar.Angle
Dimensionless. times(Angle v)
Calculate the multiplication of Dimensionless and Angle, which results in a Angle scalar.Angle
Duration. times(AngularVelocity v)
Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.static Angle
Angle. 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 Dimensionless
Angle. divide(Angle v)
Calculate the division of Angle and Angle, which results in a Dimensionless scalar.Frequency
AngularVelocity. divide(Angle v)
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
Angle. max(Angle r1, Angle r2)
Return the maximum value of two relative scalars.static Angle
Angle. max(Angle r1, Angle r2, Angle... rn)
Return the maximum value of more than two relative scalars.static Angle
Angle. min(Angle r1, Angle r2)
Return the minimum value of two relative scalars.static Angle
Angle. min(Angle r1, Angle r2, Angle... rn)
Return the minimum value of more than two relative scalars.Angle
Dimensionless. times(Angle v)
Calculate the multiplication of Dimensionless and Angle, which results in a Angle scalar.AngularVelocity
Frequency. 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 Angle
DirectionVector. instantiateScalarRelSI(double valueSI, AngleUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute vector.Angle
AngleVector. 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.
-