|
Treehopper C# API
|
This is the complete list of members for Numbers, including all inherited members.
| BcdToInt(int val) | Numbers | static |
| CloseTo(this double val, double comparedTo, double error=0.0001) | Numbers | static |
| CloseTo(this float val, float comparedTo, double error=0.0001) | Numbers | static |
| CloseTo(this int val, int comparedTo, double error=0.0001) | Numbers | static |
| Constrain(this double x, double a=0.0, double b=1.0) | Numbers | static |
| Constrain< T >(T x, T a, T b) | Numbers | static |
| Lerp(float value1, float value2, float amount) | Numbers | static |
| Map(double input, double fromMin, double fromMax, double toMin, double toMax) | Numbers | static |