C_DEG2RAD

factor to convert degrees to radians

enum C_DEG2RAD = cast(float)(PI / 180.0);

Meta