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.instantiate(double si) final AngleDuration.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.ofSi(double si) Return a Angle instance based on an SI value.Angle.Unit.ofSi(double si) Return an SI-quantity for this unit with a value.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.final DimensionlessCalculate the division of Angle and Angle, which results in a Dimensionless scalar.Direction.instantiate(Angle angle, Direction.Reference reference) final AngularVelocityCalculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar.static AngleNormalize an angle between 0 and 2 * PI.Constructors in org.djunits.quantity with parameters of type AngleModifierConstructorDescriptionConstruct Angle quantity.Direction(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.