Template Function TRAP::Math::Degrees(genType)# Function Documentation# template<typename genType>constexpr genType TRAP::Math::Degrees(genType radians)# Converts radians to degrees and returns the result. Parameters: radians – Specify the quantity, in radians, to be converted to degrees. Returns: Degrees.