Provides trigonometry functions that work with Angle objects.
More...
|
| static Angle | Abs (Angle a) |
| | Absolute value of an angle.
|
| |
| static Angle | Acos (double d) |
| | Returns the angle whose cosine is the specified number.
|
| |
| static Angle | Asin (double d) |
| | Returns the angle whose sine is the specified number.
|
| |
| static Angle | Atan (double d) |
| | Returns the angle whose tangent is the specified number.
|
| |
| static Angle | Atan2 (double y, double x) |
| | Returns the angle whose tangent is the quotient of two specified numbers.
|
| |
| static double | Cos (Angle a) |
| | Returns the cosine of an angle.
|
| |
| static double | Cosh (Angle a) |
| | Returns the hyperbolic cosine of an angle.
|
| |
| static Angle | Max (Angle a, Angle b) |
| | Returns the bigger of two angles.
|
| |
| static Angle | Min (Angle a, Angle b) |
| | Returns the smaller of two angles.
|
| |
| static int | Sign (Angle a) |
| | Returns a value indicating the sign of an Angle.
|
| |
| static double | Sin (Angle a) |
| | Returns the sine of an angle.
|
| |
| static double | Sinh (Angle a) |
| | Returns the hyperbolic sine of an angle.
|
| |
| static double | Tan (Angle a) |
| | Returns the tangent of an angle.
|
| |
| static double | Tanh (Angle a) |
| | Returns the hyperbolic tangent of an angle.
|
| |
Provides trigonometry functions that work with Angle objects.
◆ Abs()
Absolute value of an angle.
- Parameters
-
- Returns
- Absolute value
◆ Acos()
| static Angle Acos |
( |
double | d | ) |
|
|
static |
Returns the angle whose cosine is the specified number.
- Parameters
-
- Returns
- Angle
◆ Asin()
| static Angle Asin |
( |
double | d | ) |
|
|
static |
Returns the angle whose sine is the specified number.
- Parameters
-
- Returns
- Angle
◆ Atan()
| static Angle Atan |
( |
double | d | ) |
|
|
static |
Returns the angle whose tangent is the specified number.
- Parameters
-
- Returns
- Angle
◆ Atan2()
| static Angle Atan2 |
( |
double | y, |
|
|
double | x ) |
|
static |
Returns the angle whose tangent is the quotient of two specified numbers.
- Parameters
-
| x | X parameter |
| y | Y parameter |
- Returns
- Angle
◆ Cos()
| static double Cos |
( |
Angle | a | ) |
|
|
static |
Returns the cosine of an angle.
- Parameters
-
- Returns
- Cosine
◆ Cosh()
| static double Cosh |
( |
Angle | a | ) |
|
|
static |
Returns the hyperbolic cosine of an angle.
- Parameters
-
- Returns
- Cosine
◆ Max()
Returns the bigger of two angles.
- Parameters
-
- Returns
- Biggest angle
◆ Min()
Returns the smaller of two angles.
- Parameters
-
- Returns
- Smallest angle
◆ Sign()
| static int Sign |
( |
Angle | a | ) |
|
|
static |
Returns a value indicating the sign of an Angle.
- Parameters
-
- Returns
- -1 if angle is less than zero, 0 if angle is zero, 1 if angle is greater than zero.
◆ Sin()
| static double Sin |
( |
Angle | a | ) |
|
|
static |
Returns the sine of an angle.
- Parameters
-
- Returns
- Sine
◆ Sinh()
| static double Sinh |
( |
Angle | a | ) |
|
|
static |
Returns the hyperbolic sine of an angle.
- Parameters
-
- Returns
- Sine
◆ Tan()
| static double Tan |
( |
Angle | a | ) |
|
|
static |
Returns the tangent of an angle.
- Parameters
-
- Returns
- Tangent
◆ Tanh()
| static double Tanh |
( |
Angle | a | ) |
|
|
static |
Returns the hyperbolic tangent of an angle.
- Parameters
-
- Returns
- Tangent