The members of OpenTK.Functions are listed below.
See Also: Inherited members from System.Object
static readonly | DTOR | double. Documentation for this section has not yet been entered. |
static readonly | DTORF | float. Documentation for this section has not yet been entered. |
static readonly | PI | double. Documentation for this section has not yet been entered. |
static readonly | PIF | float. Documentation for this section has not yet been entered. |
static readonly | RTOD | double. Documentation for this section has not yet been entered. |
static readonly | RTODF | float. Documentation for this section has not yet been entered. |
static | BinomialCoefficient(int, int)Calculates the binomial coefficient n above k. | |
static | DegreesToRadians(float)Convert degrees to radians | |
static | Factorial(int)Calculates the factorial of a given natural number. | |
static | InverseSqrtFast(double)Returns an approximation of the inverse square root of left number. | |
static | InverseSqrtFast(float)Returns an approximation of the inverse square root of left number. | |
static | NextPowerOfTwo(double)Returns the next power of two that is larger than the specified number. | |
static | NextPowerOfTwo(int)Returns the next power of two that is larger than the specified number. | |
static | NextPowerOfTwo(long)Returns the next power of two that is larger than the specified number. | |
static | NextPowerOfTwo(float)Returns the next power of two that is larger than the specified number. | |
static | RadiansToDegrees(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. | |