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