The methods of OpenTK.Functions are listed below. For a list of all members, see the Functions Members list.
See Also: Inherited members from System.Object
| 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. | |