|
Yasiu Math 1
Collection of mathematic functions that help create game mechanics and procedural tools
|
Functions | |
| template<typename T> | |
| static T | NormalizeAngleToPeriod (T angle, T period=360.f) |
| Normalize angle by removing full periods from value, result is in range <0, period>. | |
Collection of functions working with angles
|
static |
Normalize angle by removing full periods from value, result is in range <0, period>.
Angle normalization removes any excessive amount of periods from its value.