Provides trigonometry functions that work with Angle objects. More...
Static Public Member Functions | |
static Angle | Abs (Angle a) |
Absolute value of an angle More... | |
static Angle | Acos (double d) |
Returns the angle whose cosine is the specified number. More... | |
static Angle | Asin (double d) |
Returns the angle whose sine is the specified number. More... | |
static Angle | Atan (double d) |
Returns the angle whose tangent is the specified number. More... | |
static Angle | Atan2 (double y, double x) |
Returns the angle whose tangent is the quotient of two specified numbers. More... | |
static double | Cos (Angle a) |
Returns the cosine of an angle. More... | |
static double | Cosh (Angle a) |
Returns the hyperbolic cosine of an angle. More... | |
static Angle | Max (Angle a, Angle b) |
Returns the bigger of two angles. More... | |
static Angle | Min (Angle a, Angle b) |
Returns the smaller of two angles. More... | |
static int | Sign (Angle a) |
Returns a value indicating the sign of an Angle. More... | |
static double | Sin (Angle a) |
Returns the sine of an angle. More... | |
static double | Sinh (Angle a) |
Returns the hyperbolic sine of an angle. More... | |
static double | Tan (Angle a) |
Returns the tangent of an angle. More... | |
static double | Tanh (Angle a) |
Returns the hyperbolic tangent of an angle. More... | |
Provides trigonometry functions that work with Angle objects.
|
static |
|
static |
|
static |
|
static |
Returns the angle whose tangent is the quotient of two specified numbers.
x | X parameter |
y | Y parameter |
|
static |
|
static |
Returns a value indicating the sign of an Angle.
a | Sngle |
|
static |
|
static |