GCP Assignment 1
Namespaces | Functions
Convert.cpp File Reference
#include "Convert.h"
Include dependency graph for Convert.cpp:

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