Uses of Class
org.djunits.quantity.AngularVelocity
Packages that use AngularVelocity
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of AngularVelocity in org.djunits.quantity
Fields in org.djunits.quantity declared as AngularVelocityModifier and TypeFieldDescriptionstatic final AngularVelocityAngularVelocity.NaNConstant with value NaN.static final AngularVelocityAngularVelocity.NEG_MAXVALUEConstant with value -MAX_VALUE.static final AngularVelocityAngularVelocity.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final AngularVelocityAngularVelocity.ONEConstant with value one.static final AngularVelocityAngularVelocity.POS_MAXVALUEConstant with value MAX_VALUE.static final AngularVelocityAngularVelocity.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final AngularVelocityAngularVelocity.ZEROConstant with value zero.Methods in org.djunits.quantity that return AngularVelocityModifier and TypeMethodDescriptionCalculate the division of Angle and Duration, which results in a AngularVelocity scalar.Calculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.AngularVelocity.instantiateSi(double siValue, UnitInterface<AngularVelocity> displayUnit) Calculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.Calculate the multiplication of AngularAcceleration and Duration, which results in a AngularVelocity scalar.Duration.multiply(AngularAcceleration v) Calculate the multiplication of Duration and AngularAcceleration, which results in a AngularVelocity scalar.Calculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar.static AngularVelocityReturns a AngularVelocity based on a value and the textual representation of the unit, which can be localized.static AngularVelocityAngularVelocity.of(double valueInUnit, AngularVelocity.Unit unit) Returns a AngularVelocity based on a value expressed in the unit.static AngularVelocityAngularVelocity.ofSi(double si) Return a AngularVelocity instance based on an SI value.static AngularVelocityAngularVelocity.ofSi(double siValue, AngularVelocity.Unit displayUnit) Instantiate a AngularVelocity quantity with an SI or base value and a display unit.AngularVelocity.Unit.ofSi(double si, UnitInterface<AngularVelocity> displayUnit) static AngularVelocityReturns a AngularVelocity representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type AngularVelocityModifier and TypeMethodDescriptionAngle.divide(AngularVelocity v) Calculate the division of Angle and AngularVelocity, which results in a Duration scalar.AngularAcceleration.divide(AngularVelocity v) Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.AngularVelocity.divide(AngularVelocity v) Calculate the division of AngularVelocity and AngularVelocity, which results in a Dimensionless scalar.Duration.multiply(AngularVelocity v) Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.Frequency.multiply(AngularVelocity v) Calculate the multiplication of Frequency and AngularVelocity, which results in a AngularAcceleration scalar.Method parameters in org.djunits.quantity with type arguments of type AngularVelocityModifier and TypeMethodDescriptionAngularVelocity.instantiateSi(double siValue, UnitInterface<AngularVelocity> displayUnit) AngularVelocity.Unit.ofSi(double si, UnitInterface<AngularVelocity> displayUnit)