| Package | Description |
|---|---|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Method and Description |
|---|---|
Force |
Force.abs()
Set the value(s) to their absolute value.
|
Force |
Force.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
Force |
Force.asin()
Set the value(s) to the arc sine of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
Force |
Force.atan()
Set the value(s) to the arc tangent of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
Force |
Force.cbrt()
Set the value(s) to the(ir) cube root.
|
Force |
Force.ceil()
Set the value(s) to the smallest (closest to negative infinity) value(s) that are greater than or equal to the argument
and equal to a mathematical integer.
|
Force |
Force.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
Force |
Force.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
Force |
Force.divideBy(double divisor)
Scale the value(s) by the inverse of a factor; i.e.
|
Force |
Torque.divideBy(Length.Rel v)
Calculate the division of Torque and Length, which results in a Force scalar.
|
Force |
Energy.divideBy(Length.Rel v)
Calculate the division of Energy and Length, which results in a Force scalar.
|
Force |
Power.divideBy(Speed v)
Calculate the division of Power and Speed, which results in a Force scalar.
|
Force |
Force.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
Force |
Force.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
Force |
Force.floor()
Set the value(s) to the largest (closest to positive infinity) value(s) that are less than or equal to the argument and
equal to a mathematical integer.
|
static Force |
Force.interpolate(Force zero,
Force one,
double ratio)
Interpolate between two values.
|
Force |
Force.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
Force |
Force.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
Force |
Force.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
Force |
Force.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
Force |
Force.minus(Force v)
Relative scalar minus Relative scalar = Relative scalar.
|
Force |
Mass.multiplyBy(Acceleration v)
Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.
|
Force |
Pressure.multiplyBy(Area v)
Calculate the multiplication of Pressure and Area, which results in a Force scalar.
|
Force |
Force.multiplyBy(double factor)
Scale the value(s) by a factor.
|
Force |
LinearDensity.multiplyBy(Energy v)
Calculate the multiplication of LinearDensity and Energy, which results in a Force scalar.
|
Force |
Speed.multiplyBy(FlowMass v)
Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.
|
Force |
Dimensionless.Rel.multiplyBy(Force v)
Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.
|
Force |
Torque.multiplyBy(LinearDensity v)
Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.
|
Force |
Energy.multiplyBy(LinearDensity v)
Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.
|
Force |
Acceleration.multiplyBy(Mass v)
Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.
|
Force |
Area.multiplyBy(Pressure v)
Calculate the multiplication of Area and Pressure, which results in a Force scalar.
|
Force |
FlowMass.multiplyBy(Speed v)
Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.
|
Force |
Force.plus(Force v)
Relative scalar plus Relative scalar = Relative scalar.
|
Force |
Force.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
Force |
Force.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
Force |
Force.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
Force |
Force.signum()
Set the value(s) to the signum function of the value(s); zero if the argument is zero, 1.0 if the argument is greater
than zero, -1.0 if the argument is less than zero.
|
Force |
Force.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
Force |
Force.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
Force |
Force.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
Force |
Force.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
Force |
Force.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
Force |
Force.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
Force |
Force.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
| Modifier and Type | Method and Description |
|---|---|
Length.Rel |
Torque.divideBy(Force v)
Calculate the division of Torque and Force, which results in a Length scalar.
|
Speed |
Power.divideBy(Force v)
Calculate the division of Power and Force, which results in a Speed scalar.
|
Dimensionless.Rel |
Force.divideBy(Force v)
Calculate the division of Force and Force, which results in a Dimensionless scalar.
|
Length.Rel |
Energy.divideBy(Force v)
Calculate the division of Energy and Force, which results in a Length scalar.
|
static Force |
Force.interpolate(Force zero,
Force one,
double ratio)
Interpolate between two values.
|
Force |
Force.minus(Force v)
Relative scalar minus Relative scalar = Relative scalar.
|
Power |
Speed.multiplyBy(Force v)
Calculate the multiplication of Speed and Force, which results in a Power scalar.
|
Energy |
Length.Rel.multiplyBy(Force v)
Calculate the multiplication of Length and Force, which results in a Energy scalar.
|
Force |
Dimensionless.Rel.multiplyBy(Force v)
Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.
|
Force |
Force.plus(Force v)
Relative scalar plus Relative scalar = Relative scalar.
|
| Modifier and Type | Method and Description |
|---|---|
Force |
MutableForceVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Force |
ForceVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
| Constructor and Description |
|---|
Dense(Force[] values)
Construct a new Relative Dense Immutable Force Vector.
|
Dense(Force[] values)
Construct a new Relative Dense Immutable Force Vector.
|
Sparse(Force[] values)
Construct a new Relative Sparse Immutable Force Vector.
|
Sparse(Force[] values)
Construct a new Relative Sparse Immutable Force Vector.
|
Copyright © 2015 Delft University of Technology. All rights reserved.