|
Shift
|
This is the complete list of members for Shift.MathHelper, including all inherited members.
| Barycentric(float value1, float value2, float value3, float amount1, float amount2) | Shift.MathHelper | inlinestatic |
| CatmullRom(float value1, float value2, float value3, float value4, float amount) | Shift.MathHelper | inlinestatic |
| Clamp(float value, float min, float max) | Shift.MathHelper | inlinestatic |
| Clamp(int value, int min, int max) | Shift.MathHelper | inlinestatic |
| Distance(float value1, float value2) | Shift.MathHelper | inlinestatic |
| E | Shift.MathHelper | |
| Hermite(float value1, float tangent1, float value2, float tangent2, float amount) | Shift.MathHelper | inlinestatic |
| IsPowerOfTwo(int value) | Shift.MathHelper | inlinestatic |
| Lerp(float value1, float value2, float amount) | Shift.MathHelper | inlinestatic |
| LerpPrecise(float value1, float value2, float amount) | Shift.MathHelper | inlinestatic |
| Log10E | Shift.MathHelper | |
| Log2E | Shift.MathHelper | |
| Max(float value1, float value2) | Shift.MathHelper | inlinestatic |
| Max(int value1, int value2) | Shift.MathHelper | inlinestatic |
| Min(float value1, float value2) | Shift.MathHelper | inlinestatic |
| Min(int value1, int value2) | Shift.MathHelper | inlinestatic |
| Pi | Shift.MathHelper | |
| PiOver2 | Shift.MathHelper | |
| PiOver4 | Shift.MathHelper | |
| SmoothStep(float value1, float value2, float amount) | Shift.MathHelper | inlinestatic |
| ToDegrees(float radians) | Shift.MathHelper | inlinestatic |
| ToRadians(float degrees) | Shift.MathHelper | inlinestatic |
| TwoPi | Shift.MathHelper | |
| WrapAngle(float angle) | Shift.MathHelper | inlinestatic |