public static class AnglePlane.Abs extends DoubleScalar.Abs<AnglePlaneUnit>
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
All rights reserved.
BSD-style license. See OpenTrafficSim License.
$LastChangedDate: 2015-10-04 20:47:10 +0200 (Sun, 04 Oct 2015) $, @version $Revision: 86 $, by $Author: averbraeck $,
initial version Sep 1, 2015
DoubleScalar.Abs<U extends Unit<U>>, DoubleScalar.Rel<U extends Unit<U>>si| Constructor and Description |
|---|
Abs(double value,
AnglePlaneUnit unit)
Construct AnglePlane.Abs scalar.
|
Abs(DoubleScalar.Abs<AnglePlaneUnit> value)
Construct AnglePlane.Abs scalar.
|
| Modifier and Type | Method and Description |
|---|---|
AnglePlane.Abs |
abs()
Set the value(s) to their absolute value.
|
AnglePlane.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.
|
AnglePlane.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.
|
AnglePlane.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.
|
AnglePlane.Abs |
cbrt()
Set the value(s) to the(ir) cube root.
|
AnglePlane.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.
|
AnglePlane.Abs |
cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
AnglePlane.Abs |
cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
AnglePlane.Abs |
exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
AnglePlane.Abs |
expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
AnglePlane.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 AnglePlane.Abs |
interpolate(AnglePlane.Abs zero,
AnglePlane.Abs one,
double ratio)
Interpolate between two values.
|
AnglePlane.Abs |
inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
AnglePlane.Abs |
log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
AnglePlane.Abs |
log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
AnglePlane.Abs |
log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
AnglePlane.Rel |
minus(AnglePlane.Abs v)
Absolute scalar minus Absolute scalar = Relative scalar.
|
AnglePlane.Abs |
minus(AnglePlane.Rel v)
Absolute scalar minus Relative scalar = Absolute scalar.
|
AnglePlane.Abs |
plus(AnglePlane.Rel v)
Absolute scalar plus Relative scalar = Absolute scalar.
|
AnglePlane.Abs |
pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
AnglePlane.Abs |
rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
AnglePlane.Abs |
round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
AnglePlane.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.
|
AnglePlane.Abs |
sin()
Set the value(s) to the trigonometric sine of the value(s).
|
AnglePlane.Abs |
sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
AnglePlane.Abs |
sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
AnglePlane.Abs |
tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
AnglePlane.Abs |
tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
AnglePlane.Abs |
toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
AnglePlane.Abs |
toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
AnglePlane.Rel |
toRel()
Translate the absolute scalar into a relative scalar (e.g., before or after a multiplication or division).
|
compareTo, divideBy, eq, ge, getSI, gt, le, lt, minus, multiplyBy, ne, plusdivide, divide, doubleValue, equals, floatValue, getInUnit, getInUnit, hashCode, interpolate, interpolate, intValue, longValue, minus, minus, minus, multiply, multiply, plus, plus, plus, toString, toString, toString, toStringexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelativebyteValue, shortValuepublic Abs(double value,
AnglePlaneUnit unit)
value - double valueunit - unit for the double valuepublic Abs(DoubleScalar.Abs<AnglePlaneUnit> value)
value - Scalar from which to construct this instancepublic static AnglePlane.Abs interpolate(AnglePlane.Abs zero, AnglePlane.Abs one, double ratio)
zero - the low valueone - the high valueratio - the ratio between 0 and 1, inclusivepublic final AnglePlane.Abs abs()
abs in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>abs in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs acos()
acos in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>acos in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs asin()
asin in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>asin in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs atan()
atan in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>atan in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs cbrt()
cbrt in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>cbrt in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs ceil()
ceil in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>ceil in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs cos()
cos in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>cos in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs cosh()
cosh in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>cosh in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs exp()
exp in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>exp in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs expm1()
expm1 in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>expm1 in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs floor()
floor in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>floor in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs log()
log in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>log in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs log10()
log10 in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>log10 in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs log1p()
log1p in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>log1p in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs rint()
rint in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>rint in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs round()
round in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>round in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs signum()
signum in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>signum in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs sin()
sin in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>sin in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs sinh()
sinh in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>sinh in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs sqrt()
sqrt in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>sqrt in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs tan()
tan in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>tan in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs tanh()
tanh in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>tanh in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs inv()
inv in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>inv in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs toDegrees()
toDegrees in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>toDegrees in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs toRadians()
toRadians in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>toRadians in class DoubleScalar.Abs<AnglePlaneUnit>public final AnglePlane.Abs pow(double x)
pow in interface MathFunctions<DoubleScalar<AnglePlaneUnit>>pow in class DoubleScalar.Abs<AnglePlaneUnit>x - double; the value to use as the powerpublic final AnglePlane.Abs plus(AnglePlane.Rel v)
v - the value to addpublic final AnglePlane.Rel minus(AnglePlane.Abs v)
v - the value to subtractpublic final AnglePlane.Abs minus(AnglePlane.Rel v)
v - the value to subtractpublic final AnglePlane.Rel toRel()
Copyright © 2015 Delft University of Technology. All rights reserved.