CVB.Net 14.0
AngleMath Class Reference

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...
 

Detailed Description

Provides trigonometry functions that work with Angle objects.

Member Function Documentation

◆ Abs()

static Angle Abs ( Angle  a)
static

Absolute value of an angle

Parameters
aAngle
Returns
Absolute value

◆ Acos()

static Angle Acos ( double  d)
static

Returns the angle whose cosine is the specified number.

Parameters
dCosine
Returns
Angle

◆ Asin()

static Angle Asin ( double  d)
static

Returns the angle whose sine is the specified number.

Parameters
dSine
Returns
Angle

◆ Atan()

static Angle Atan ( double  d)
static

Returns the angle whose tangent is the specified number.

Parameters
dTangent
Returns
Angle

◆ Atan2()

static Angle Atan2 ( double  y,
double  x 
)
static

Returns the angle whose tangent is the quotient of two specified numbers.

Parameters
xX parameter
yY parameter
Returns
Angle

◆ Cos()

static double Cos ( Angle  a)
static

Returns the cosine of an angle.

Parameters
aAngle
Returns
Cosine

◆ Cosh()

static double Cosh ( Angle  a)
static

Returns the hyperbolic cosine of an angle.

Parameters
aAngle
Returns
Cosine

◆ Max()

static Angle Max ( Angle  a,
Angle  b 
)
static

Returns the bigger of two angles.

Parameters
aAngle
bAngle
Returns
Biggest angle

◆ Min()

static Angle Min ( Angle  a,
Angle  b 
)
static

Returns the smaller of two angles.

Parameters
aAngle
bAngle
Returns
Smallest angle

◆ Sign()

static int Sign ( Angle  a)
static

Returns a value indicating the sign of an Angle.

Parameters
aSngle
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
aAngle
Returns
Sine

◆ Sinh()

static double Sinh ( Angle  a)
static

Returns the hyperbolic sine of an angle.

Parameters
aAngle
Returns
Sine

◆ Tan()

static double Tan ( Angle  a)
static

Returns the tangent of an angle.

Parameters
aAngle
Returns
Tangent

◆ Tanh()

static double Tanh ( Angle  a)
static

Returns the hyperbolic tangent of an angle.

Parameters
aAngle
Returns
Tangent