Uses of Class
org.djunits.value.vdouble.scalar.AngularVelocity
Packages that use AngularVelocity
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of AngularVelocity in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AngularVelocityModifier and TypeMethodDescriptionAngularVelocityMatrix.instantiateScalarSI(double valueSI, AngularVelocityUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type AngularVelocityConstructors in org.djunits.value.vdouble.matrix with parameters of type AngularVelocityModifierConstructorDescriptionAngularVelocityMatrix(AngularVelocity[][] data) Construct a AngularVelocityMatrix from an array of an array of AngularVelocity objects.AngularVelocityMatrix(AngularVelocity[][] data, AngularVelocityUnit displayUnit) Construct a AngularVelocityMatrix from an array of an array of AngularVelocity objects.AngularVelocityMatrix(AngularVelocity[][] data, AngularVelocityUnit displayUnit, StorageType storageType) Construct a AngularVelocityMatrix from an array of an array of AngularVelocity objects.AngularVelocityMatrix(AngularVelocity[][] data, StorageType storageType) Construct a AngularVelocityMatrix from an array of an array of AngularVelocity objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type AngularVelocityModifierConstructorDescriptionAngularVelocityMatrix(Collection<DoubleSparseValue<AngularVelocityUnit, AngularVelocity>> data, int rows, int cols) Construct a AngularVelocityMatrix from a (sparse) collection of DoubleSparseValue objects.AngularVelocityMatrix(Collection<DoubleSparseValue<AngularVelocityUnit, AngularVelocity>> data, int rows, int cols, StorageType storageType) Construct a AngularVelocityMatrix from a (sparse) collection of DoubleSparseValue objects.AngularVelocityMatrix(Collection<DoubleSparseValue<AngularVelocityUnit, AngularVelocity>> data, AngularVelocityUnit displayUnit, int rows, int cols) Construct a AngularVelocityMatrix from a (sparse) collection of DoubleSparseValue objects.AngularVelocityMatrix(Collection<DoubleSparseValue<AngularVelocityUnit, AngularVelocity>> data, AngularVelocityUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AngularVelocityMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of AngularVelocity in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar 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.value.vdouble.scalar that return AngularVelocityModifier and TypeMethodDescriptionfinal AngularVelocitySIScalar.asAngularVelocity()Return the current scalar as a angularvelocity.final AngularVelocitySIScalar.asAngularVelocity(AngularVelocityUnit displayUnit) Return the current scalar as a angularvelocity, and provide a display unit.final 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.static AngularVelocityAngularVelocity.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type AngularVelocity.final AngularVelocityAngularVelocity.instantiateRel(double value, AngularVelocityUnit unit) static AngularVelocityAngularVelocity.interpolate(AngularVelocity zero, AngularVelocity one, double ratio) Interpolate between two values.static AngularVelocityAngularVelocity.max(AngularVelocity r1, AngularVelocity r2) Return the maximum value of two relative scalars.static AngularVelocityAngularVelocity.max(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn) Return the maximum value of more than two relative scalars.static AngularVelocityAngularVelocity.min(AngularVelocity r1, AngularVelocity r2) Return the minimum value of two relative scalars.static AngularVelocityAngularVelocity.min(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn) Return the minimum value of more than two relative scalars.static AngularVelocityAngularVelocity.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type AngularVelocity.static AngularVelocityReturns a AngularVelocity based on a value and the textual representation of the unit, which can be localized.static final AngularVelocityAngularVelocity.ofSI(double value) Construct AngularVelocity scalar based on an SI value.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.times(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 representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar 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.static AngularVelocityAngularVelocity.interpolate(AngularVelocity zero, AngularVelocity one, double ratio) Interpolate between two values.static AngularVelocityAngularVelocity.max(AngularVelocity r1, AngularVelocity r2) Return the maximum value of two relative scalars.static AngularVelocityAngularVelocity.max(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn) Return the maximum value of more than two relative scalars.static AngularVelocityAngularVelocity.min(AngularVelocity r1, AngularVelocity r2) Return the minimum value of two relative scalars.static AngularVelocityAngularVelocity.min(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn) Return the minimum value of more than two relative scalars.final AngleDuration.times(AngularVelocity v) Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.final AngularAccelerationFrequency.times(AngularVelocity v) Calculate the multiplication of Frequency and AngularVelocity, which results in a AngularAcceleration scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type AngularVelocityModifierConstructorDescriptionAngularVelocity(AngularVelocity value) Construct AngularVelocity scalar. -
Uses of AngularVelocity in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AngularVelocityModifier and TypeMethodDescriptionAngularVelocityVector.instantiateScalarSI(double valueSI, AngularVelocityUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type AngularVelocityConstructors in org.djunits.value.vdouble.vector with parameters of type AngularVelocityModifierConstructorDescriptionAngularVelocityVector(AngularVelocity[] data) Construct an AngularVelocityVector from an array of AngularVelocity objects.AngularVelocityVector(AngularVelocity[] data, AngularVelocityUnit displayUnit) Construct an AngularVelocityVector from an array of AngularVelocity objects.AngularVelocityVector(AngularVelocity[] data, AngularVelocityUnit displayUnit, StorageType storageType) Construct an AngularVelocityVector from an array of AngularVelocity objects.AngularVelocityVector(AngularVelocity[] data, StorageType storageType) Construct an AngularVelocityVector from an array of AngularVelocity objects.