GCP Assignment 1
|
Contains maths conversion functions for use within the code. More...
Functions | |
float | convertDegreeToRadian (float angle) |
Converts the degree to a radian. More... | |
float | convertRadianToDegree (float angle) |
Converts the radian to a degree. More... | |
Contains maths conversion functions for use within the code.
float Maths::Convert::convertDegreeToRadian | ( | float | angle | ) |
Converts the degree to a radian.
angle | The angle to convert. |
float Maths::Convert::convertRadianToDegree | ( | float | angle | ) |
Converts the radian to a degree.
angle | The angle to convert. |