![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
This is the complete list of members for Mathematics, including all inherited members.
| BilinearInterpolation(float scaleX, float scaleY, float x1, float y1, float x2, float y2, float v11, float v12, float v21, float v22) | Mathematics | static |
| BounceInterpolation(float beg, float fin, float ratio) | Mathematics | static |
| Constrain(T value, T minimum, T maximum) | Mathematics | static |
| ConstrainMap(T value, T inLow, T inMax, T outMin, T outMax) | Mathematics | static |
| CosineInterpolation(float beg, float fin, float ratio) | Mathematics | static |
| CosineTransition(float beg, float fin, float ratio) | Mathematics | static |
| CubicLerp(float a, float b, float c, float d, float t) | Mathematics | static |
| DegreesToRadians(T degrees) | Mathematics | static |
| DoubleToCleanString(float value) | Mathematics | static |
| EPSILON | Mathematics | static |
| FAbs(float f) | Mathematics | static |
| FFloor(float f) | Mathematics | static |
| FLTMAX | Mathematics | static |
| FLTMIN | Mathematics | static |
| Fract(float value) | Mathematics | static |
| FSqrt(float f) | Mathematics | static |
| HermiteInterpolation(float t) | Mathematics | static |
| IsClose(float v1, float v2, float epsilon) | Mathematics | static |
| IsFinite(float value) | Mathematics | static |
| IsInfinite(float value) | Mathematics | static |
| IsNaN(float value) | Mathematics | static |
| Lerp(float a, float b, float t) | Mathematics | static |
| M180DPI | Mathematics | static |
| Map(T value, T inLow, T inMax, T outMin, T outMax) | Mathematics | static |
| Max(T value1, T value2) | Mathematics | static |
| Max(T v1, T v2, T v3) | Mathematics | static |
| Min(T value1, T value2) | Mathematics | static |
| Min(T v1, T v2, T v3) | Mathematics | static |
| MPI | Mathematics | static |
| MPID180 | Mathematics | static |
| PingPong(float t) | Mathematics | static |
| Pow(float value, float exponent) | Mathematics | static |
| QuinticInterpolation(float t) | Mathematics | static |
| RadiansToDegrees(T radians) | Mathematics | static |
| RoundUpWindow(int value, int multiple) | Mathematics | static |
| Sign(float value) | Mathematics | static |
| Sqrt(float value) | Mathematics | static |