#include "Vec2.h"

Go to the source code of this file.
Namespaces | |
| JAM_Utilities | |
| A namespace to contain utility functions. | |
Macros | |
| #define | PI 3.141596f |
Functions | |
| float | JAM_Utilities::getPI () |
| float | JAM_Utilities::convertDegreeToRadian (float angle) |
| float | JAM_Utilities::convertRadianToDegree (float angle) |
| JAM_Vec2 | JAM_Utilities::scaleVector (JAM_Vec2 vector, int screenHeight) |
| float | JAM_Utilities::scaleNumber (float number, int screenHeight) |
| #define PI 3.141596f |
A definition of PI.
1.8.8