This is the complete list of members for
Lumino::Math, including all inherited members.
CatmullRom(float v1, float v2, float v3, float v4, float t) | Lumino::Math | [static] |
Clamp(float value, float minValue, float maxValue) | Lumino::Math | [inline, static] |
Clamp01(float value) | Lumino::Math | [inline, static] |
EqualsFloat(float value1, float value2) | Lumino::Math | [static] |
Hermite(float v1, float a1, float v2, float a2, float t) | Lumino::Math | [static] |
IsInf(float value) | Lumino::Math | [static] |
IsInf(double value) | Lumino::Math | [static] |
IsNaN(float value) | Lumino::Math | [static] |
IsNaN(double value) | Lumino::Math | [static] |
IsNaNOrInf(float value) | Lumino::Math | [inline, static] |
IsNaNOrInf(double value) | Lumino::Math | [inline, static] |
Lerp(float v1, float v2, float t) | Lumino::Math | [static] |
NextPow2(unsigned int value) | Lumino::Math | [static] |
PI | Lumino::Math | [static] |
PIOver2 | Lumino::Math | [static] |
QuadAccel(float p, float v, float a, float t) | Lumino::Math | [static] |
ToDegrees(float r) | Lumino::Math | [inline, static] |
ToRadians(float d) | Lumino::Math | [inline, static] |