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 TypeMethodDescriptionfinal AngularVelocityCalculate the division of Angle and Duration, which results in a AngularVelocity scalar.final AngularVelocityCalculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.AngularVelocity.instantiate(double si) final AngularVelocityCalculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.final AngularVelocityCalculate the multiplication of AngularAcceleration and Duration, which results in a AngularVelocity scalar.final AngularVelocityDuration.multiply(AngularAcceleration v) Calculate the multiplication of Duration and AngularAcceleration, which results in a AngularVelocity scalar.final AngularVelocityCalculate 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.ofSi(double si) Return a AngularVelocity instance based on an SI value.AngularVelocity.Unit.ofSi(double si) Return an SI-quantity for this unit with a value.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 TypeMethodDescriptionfinal DurationAngle.divide(AngularVelocity v) Calculate the division of Angle and AngularVelocity, which results in a Duration scalar.final FrequencyAngularAcceleration.divide(AngularVelocity v) Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.final DimensionlessAngularVelocity.divide(AngularVelocity v) Calculate the division of AngularVelocity and AngularVelocity, which results in a Dimensionless scalar.final AngleDuration.multiply(AngularVelocity v) Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.final AngularAccelerationFrequency.multiply(AngularVelocity v) Calculate the multiplication of Frequency and AngularVelocity, which results in a AngularAcceleration scalar.Constructors in org.djunits.quantity with parameters of type AngularVelocityModifierConstructorDescriptionAngularVelocity(AngularVelocity value) Construct AngularVelocity quantity.