GCP Assignment 1
|
#include "Convert.h"
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... | |