GCP Assignment 1
|
#include "MathsDefs.h"
Go to the source code of this file.
Namespaces | |
Maths | |
The namespace for all maths code. | |
Maths::Convert | |
Contains maths conversion functions for use within the code. | |
Functions | |
float | Maths::Convert::convertDegreeToRadian (float angle) |
Converts the degree to a radian. More... | |
float | Maths::Convert::convertRadianToDegree (float angle) |
Converts the radian to a degree. More... | |