Other
Header file: include/other.h
Includes various functions.
Namespace functions
Name |
Description |
|---|---|
Return the radians of an angle in degrees. |
|
Return the degrees of an angle in radians. |
|
float lerp(const float a, const float b, const float interpolationValue) |
Return the linear interpolation between two scalars and an interpolation value. |