|
Level H Engine
|


Go to the source code of this file.
Namespaces | |
| Convert | |
| Contains maths conversion functions for use within the code. | |
Functions | |
| float | Convert::normaliseFloat (float numToNormalise, float maxNum, float minNum) |
| Normailises a float. More... | |
| float | Convert::convertDegreeToRadian (float angle) |
| Converts the degree to a radian. More... | |
| float | Convert::convertRadianToDegree (float angle) |
| Converts the radian to a degree. More... | |
| Vec2 | Convert::convertToOpenGLCoords (Vec2 inVec) |
| Converts the coordinates to work with OpenGL. More... | |
| Vec2 | Convert::scaleToOpenGLCoords (Vec2 inVec) |
| Scales the coordinates to work with OpenGL. More... | |
| Vec3 | Convert::scaleToOpenGLCoords (Vec3 inVec) |
| Scales the coordinates to work with OpenGL. More... | |
1.8.13