GCP Assignment 1
Functions
Maths::Convert Namespace Reference

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

Detailed Description

Contains maths conversion functions for use within the code.

Function Documentation

◆ convertDegreeToRadian()

float Maths::Convert::convertDegreeToRadian ( float  angle)

Converts the degree to a radian.

Parameters
angleThe angle to convert.
Returns
The converted radian.
Here is the caller graph for this function:

◆ convertRadianToDegree()

float Maths::Convert::convertRadianToDegree ( float  angle)

Converts the radian to a degree.

Parameters
angleThe angle to convert.
Returns
The converted degree.