| 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 |
|---|---|
AnglePlane.Rel |
AnglePlane.Rel.abs()
Set the value(s) to their absolute value.
|
AnglePlane.Rel |
AnglePlane.Rel.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
AnglePlane.Rel |
AnglePlane.Rel.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.
|
AnglePlane.Rel |
AnglePlane.Rel.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.
|
AnglePlane.Rel |
AnglePlane.Rel.cbrt()
Set the value(s) to the(ir) cube root.
|
AnglePlane.Rel |
AnglePlane.Rel.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.
|
AnglePlane.Rel |
AnglePlane.Rel.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.divideBy(double divisor)
Scale the value(s) by the inverse of a factor; i.e.
|
AnglePlane.Rel |
AnglePlane.Rel.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
AnglePlane.Rel |
AnglePlane.Rel.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 AnglePlane.Rel |
AnglePlane.Rel.interpolate(AnglePlane.Rel zero,
AnglePlane.Rel one,
double ratio)
Interpolate between two values.
|
AnglePlane.Rel |
AnglePlane.Rel.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
AnglePlane.Rel |
AnglePlane.Abs.minus(AnglePlane.Abs v)
Absolute scalar minus Absolute scalar = Relative scalar.
|
AnglePlane.Rel |
AnglePlane.Rel.minus(AnglePlane.Rel v)
Relative scalar minus Relative scalar = Relative scalar.
|
AnglePlane.Rel |
Dimensionless.Rel.multiplyBy(AnglePlane.Rel v)
Calculate the multiplication of Dimensionless and AnglePlane, which results in a AnglePlane scalar.
|
AnglePlane.Rel |
AnglePlane.Rel.multiplyBy(double factor)
Scale the value(s) by a factor.
|
AnglePlane.Rel |
AnglePlane.Rel.plus(AnglePlane.Rel v)
Relative scalar plus Relative scalar = Relative scalar.
|
AnglePlane.Rel |
AnglePlane.Rel.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
AnglePlane.Rel |
AnglePlane.Rel.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
AnglePlane.Rel |
AnglePlane.Rel.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
AnglePlane.Rel |
AnglePlane.Rel.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.
|
AnglePlane.Rel |
AnglePlane.Rel.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
AnglePlane.Rel |
AnglePlane.Rel.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
AnglePlane.Rel |
AnglePlane.Rel.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
AnglePlane.Rel |
AnglePlane.Abs.toRel()
Translate the absolute scalar into a relative scalar (e.g., before or after a multiplication or division).
|
| Modifier and Type | Method and Description |
|---|---|
Dimensionless.Rel |
AnglePlane.Rel.divideBy(AnglePlane.Rel v)
Calculate the division of AnglePlane and AnglePlane, which results in a Dimensionless scalar.
|
static AnglePlane.Rel |
AnglePlane.Rel.interpolate(AnglePlane.Rel zero,
AnglePlane.Rel one,
double ratio)
Interpolate between two values.
|
AnglePlane.Rel |
AnglePlane.Rel.minus(AnglePlane.Rel v)
Relative scalar minus Relative scalar = Relative scalar.
|
AnglePlane.Abs |
AnglePlane.Abs.minus(AnglePlane.Rel v)
Absolute scalar minus Relative scalar = Absolute scalar.
|
AnglePlane.Rel |
Dimensionless.Rel.multiplyBy(AnglePlane.Rel v)
Calculate the multiplication of Dimensionless and AnglePlane, which results in a AnglePlane scalar.
|
AnglePlane.Rel |
AnglePlane.Rel.plus(AnglePlane.Rel v)
Relative scalar plus Relative scalar = Relative scalar.
|
AnglePlane.Abs |
AnglePlane.Abs.plus(AnglePlane.Rel v)
Absolute scalar plus Relative scalar = Absolute scalar.
|
| Modifier and Type | Method and Description |
|---|---|
AnglePlane.Rel |
MutableAnglePlaneVector.Rel.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
AnglePlane.Rel |
AnglePlaneVector.Rel.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
| Constructor and Description |
|---|
Dense(AnglePlane.Rel[] values)
Construct a new Relative Dense Immutable AnglePlane Vector.
|
Dense(AnglePlane.Rel[] values)
Construct a new Relative Dense Immutable AnglePlane Vector.
|
Sparse(AnglePlane.Rel[] values)
Construct a new Relative Sparse Immutable AnglePlane Vector.
|
Sparse(AnglePlane.Rel[] values)
Construct a new Relative Sparse Immutable AnglePlane Vector.
|
Copyright © 2015 Delft University of Technology. All rights reserved.