Converts a number of radians to a number of degrees.
The incoming degrees parameter will be multiplied by the SE_FLOAT64
constant SE_DEGREES_PER_RADIAN. It would be faster to multiply by
this constant yourself instead of calling this function.
| extern SE_FLOAT64 | |||
| SE_ConvertRadiansToDegrees | |||
| ( | |||
| SE_FLOAT64 | radians | (notes) | |
| ); | |||
the number of radians to be converted into degrees