Template Function TRAP::Math::Radians(genType)#

Function Documentation#

template<typename genType>
constexpr genType TRAP::Math::Radians(genType degrees)#

Converts degrees to radians and returns the result.

Parameters:

degrees – Specify the quantity, in degrees, to be converted to radians.

Returns:

Radians.