Uses of Class
org.djunits.quantity.Angle
Packages that use Angle
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Angle in org.djunits.quantity
Fields in org.djunits.quantity declared as AngleModifier and TypeFieldDescriptionstatic final AngleAngle.HALF_PIConstant with value pi/2 radians.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 radian.static final AngleAngle.PIConstant with value pi radians.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 radians.static final AngleAngle.TWO_PIConstant with value 2 pi radians.static final AngleAngle.ZEROConstant with value zero radians.Methods in org.djunits.quantity that return AngleModifier and TypeMethodDescriptionAngle.instantiateSi(double siValue, UnitInterface<Angle> displayUnit) Duration.multiply(AngularVelocity v) Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.static AngleNormalize an angle between 0 and 2 * PI.static AngleReturns a Angle based on a value and the textual representation of the unit, which can be localized.static AngleAngle.of(double valueInUnit, Angle.Unit unit) Returns a Angle based on a value expressed in the unit.static AngleAngle.ofSi(double si) Return a Angle instance based on an SI value.static AngleAngle.ofSi(double siValue, Angle.Unit displayUnit) Instantiate a Angle quantity with an SI or base value and a display unit.Angle.Unit.ofSi(double si, UnitInterface<Angle> displayUnit) static AngleReturns a Angle representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type AngleModifier and TypeMethodDescriptionstatic voidDefine a new reference point for the direction.static voidDirection.Reference.add(String id, String name, Angle offset, Direction.Reference offsetReference) Define a new reference point for the direction.Calculate the division of Angle and Angle, which results in a Dimensionless scalar.Direction.instantiate(Angle angle, Direction.Reference reference) Direction.Reference.instantiate(Angle angle) Calculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar.static AngleNormalize an angle between 0 and 2 * PI.Method parameters in org.djunits.quantity with type arguments of type AngleModifier and TypeMethodDescriptionAngle.instantiateSi(double siValue, UnitInterface<Angle> displayUnit) Angle.Unit.ofSi(double si, UnitInterface<Angle> displayUnit) Constructors in org.djunits.quantity with parameters of type AngleModifierConstructorDescriptionDirection(Angle angle, Direction.Reference reference) Instantiate a Direction instance based on an angle and a reference point.Define a new reference point for the direction.Reference(String id, String name, Angle offset, Direction.Reference offsetReference) Define a new reference point for the direction.