![]() |
Space Fighter
A "shmup" game for Computer Programming C++
|
This is the complete list of members for KatanaEngine::Math, including all inherited members.
| Abs(const float value) | KatanaEngine::Math | static |
| Clamp(const T min, const T max, const T value) | KatanaEngine::Math | inlinestatic |
| Clamp(const float min, const float max, const float value) | KatanaEngine::Math | inlinestatic |
| GetRandomFloat() | KatanaEngine::Math | inlinestatic |
| GetRandomInt(const int min=0, const int max=RAND_MAX) | KatanaEngine::Math | static |
| INVERSE_180 | KatanaEngine::Math | static |
| INVERSE_PI | KatanaEngine::Math | static |
| IsInRange(const T min, const T max, const T value) | KatanaEngine::Math | inlinestatic |
| IsInRange(const float min, const float max, const float value) | KatanaEngine::Math | inlinestatic |
| Lerp(float start, float end, float value) | KatanaEngine::Math | static |
| Max(const float value1, const float value2) | KatanaEngine::Math | static |
| Min(const float value1, const float value2) | KatanaEngine::Math | static |
| NORMALIZE_PI_OVER4 | KatanaEngine::Math | static |
| PI | KatanaEngine::Math | static |
| PI_OVER2 | KatanaEngine::Math | static |
| PI_OVER4 | KatanaEngine::Math | static |
| ToDegrees(const float radians) | KatanaEngine::Math | inlinestatic |
| ToRadians(const float degrees) | KatanaEngine::Math | inlinestatic |