GCP Assignment 1
Namespaces | Functions
Convert.h File Reference
#include "MathsDefs.h"
Include dependency graph for Convert.h:
This graph shows which files directly or indirectly include this file:

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...