OpenTK.Functions Members

The members of OpenTK.Functions are listed below.

See Also: Inherited members from System.Object

Public Fields

static readonly
DTORdouble. Documentation for this section has not yet been entered.
static readonly
DTORFfloat. Documentation for this section has not yet been entered.
static readonly
PIdouble. Documentation for this section has not yet been entered.
static readonly
PIFfloat. Documentation for this section has not yet been entered.
static readonly
RTODdouble. Documentation for this section has not yet been entered.
static readonly
RTODFfloat. Documentation for this section has not yet been entered.

Public Methods

static
BinomialCoefficient(int, int) : long
Calculates the binomial coefficient n above k.
static
DegreesToRadians(float) : float
Convert degrees to radians
static
Factorial(int) : long
Calculates the factorial of a given natural number.
static
InverseSqrtFast(double) : double
Returns an approximation of the inverse square root of left number.
static
InverseSqrtFast(float) : float
Returns an approximation of the inverse square root of left number.
static
NextPowerOfTwo(double) : double
Returns the next power of two that is larger than the specified number.
static
NextPowerOfTwo(int) : int
Returns the next power of two that is larger than the specified number.
static
NextPowerOfTwo(long) : long
Returns the next power of two that is larger than the specified number.
static
NextPowerOfTwo(float) : float
Returns the next power of two that is larger than the specified number.
static
RadiansToDegrees(float) : float
Convert radians to degrees
static
Swap(ref double, ref double)
Documentation for this section has not yet been entered.
static
Swap(ref float, ref float)
Documentation for this section has not yet been entered.