Function Name: Convert Degrees To Radians

Definition

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.

Returns

number of radians

Prototype


extern SE_FLOAT64
SE_ConvertDegreesToRadians
(
SE_FLOAT64 degrees (notes)
);

Parameters Notes

degrees

 the number of degrees to be converted into radians

Prev: Convert Coord To Given System Without Boundary Checking. Next: Convert Distance. Up:Index.