Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
Modifier and Type | Method and Description |
---|---|
DegreesMinutesSeconds |
DegreesMinutesSeconds.add(DegreesMinutesSeconds addend)
Adds the specified
DegreesMinutesSeconds to this instance. |
static DegreesMinutesSeconds |
DegreesMinutesSeconds.add(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Adds two specified
DegreesMinutesSeconds instances. |
static DegreesMinutesSeconds |
DegreesMinutesSeconds.multiply(DegreesMinutesSeconds left,
double right)
Multiplies the
DegreesMinutesSeconds by a constant. |
DegreesMinutesSeconds |
DegreesMinutesSeconds.multiply(double scalar)
Multiplies this instance by the scalar provided.
|
static DegreesMinutesSeconds |
Trig.radiansToDegreesMinutesSeconds(double radians)
Converts the specified angle in radians to revolutions, degrees, minutes, and seconds.
|
DegreesMinutesSeconds |
DegreesMinutesSeconds.subtract(DegreesMinutesSeconds minuend)
Subtracts the specified
DegreesMinutesSeconds from this instance. |
static DegreesMinutesSeconds |
DegreesMinutesSeconds.subtract(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Subtracts a specified
DegreesMinutesSeconds from another specified DegreesMinutesSeconds . |
Modifier and Type | Method and Description |
---|---|
DegreesMinutesSeconds |
DegreesMinutesSeconds.add(DegreesMinutesSeconds addend)
Adds the specified
DegreesMinutesSeconds to this instance. |
static DegreesMinutesSeconds |
DegreesMinutesSeconds.add(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Adds two specified
DegreesMinutesSeconds instances. |
int |
DegreesMinutesSeconds.compareTo(DegreesMinutesSeconds other)
Compares this instance with another instance of the same type.
|
static double |
Trig.degreesMinutesSecondsToRadians(DegreesMinutesSeconds dms)
Converts the specified number of revolutions, degrees, minutes, and seconds to radians.
|
static boolean |
DegreesMinutesSeconds.equals(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Returns
true if the two instances are exactly equal. |
boolean |
DegreesMinutesSeconds.equalsEpsilon(DegreesMinutesSeconds other,
double epsilon)
Indicates whether each
DegreesMinutesSeconds value of another instance of this type
is within the required tolerance of the corresponding DegreesMinutesSeconds value of this instance. |
boolean |
DegreesMinutesSeconds.equalsType(DegreesMinutesSeconds other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
DegreesMinutesSeconds.greaterThan(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Returns
true if left is greater than right . |
static boolean |
DegreesMinutesSeconds.greaterThanOrEqual(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Returns
true if left is greater than or equal to right . |
static boolean |
DegreesMinutesSeconds.lessThan(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Returns
true if left is less than right . |
static boolean |
DegreesMinutesSeconds.lessThanOrEqual(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Returns
true if left is less than or equal to right . |
static DegreesMinutesSeconds |
DegreesMinutesSeconds.multiply(DegreesMinutesSeconds left,
double right)
Multiplies the
DegreesMinutesSeconds by a constant. |
static boolean |
DegreesMinutesSeconds.notEquals(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Returns
true if the two instances are not exactly equal. |
DegreesMinutesSeconds |
DegreesMinutesSeconds.subtract(DegreesMinutesSeconds minuend)
Subtracts the specified
DegreesMinutesSeconds from this instance. |
static DegreesMinutesSeconds |
DegreesMinutesSeconds.subtract(DegreesMinutesSeconds left,
DegreesMinutesSeconds right)
Subtracts a specified
DegreesMinutesSeconds from another specified DegreesMinutesSeconds . |