| Package | Description |
|---|---|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| Modifier and Type | Method and Description |
|---|---|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.abs()
Set the value(s) to their absolute value.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.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.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.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.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.cbrt()
Set the value(s) to the(ir) cube root.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.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.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.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 FloatAnglePlane.Abs |
FloatAnglePlane.Abs.interpolate(FloatAnglePlane.Abs zero,
FloatAnglePlane.Abs one,
double ratio)
Interpolate between two values.
|
static FloatAnglePlane.Abs |
FloatAnglePlane.Abs.interpolate(FloatAnglePlane.Abs zero,
FloatAnglePlane.Abs one,
float ratio)
Interpolate between two values.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.minus(FloatAnglePlane.Rel v)
Absolute scalar minus Relative scalar = Absolute scalar.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Rel.plus(FloatAnglePlane.Abs v)
Relative scalar plus Absolute scalar = Absolute scalar.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.plus(FloatAnglePlane.Rel v)
Absolute scalar plus Relative scalar = Absolute scalar.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.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.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Rel.toAbs()
Translate the relative scalar into an absolute scalar (e.g., before or after a multiplication or division).
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Abs.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatAnglePlane.Abs |
FloatAnglePlane.Abs.interpolate(FloatAnglePlane.Abs zero,
FloatAnglePlane.Abs one,
double ratio)
Interpolate between two values.
|
static FloatAnglePlane.Abs |
FloatAnglePlane.Abs.interpolate(FloatAnglePlane.Abs zero,
FloatAnglePlane.Abs one,
float ratio)
Interpolate between two values.
|
FloatAnglePlane.Rel |
FloatAnglePlane.Abs.minus(FloatAnglePlane.Abs v)
Absolute scalar minus Absolute scalar = Relative scalar.
|
FloatAnglePlane.Abs |
FloatAnglePlane.Rel.plus(FloatAnglePlane.Abs v)
Relative scalar plus Absolute scalar = Absolute scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.