czm_radiansPerDegree

czm_radiansPerDegree

czm_radiansPerDegree

A built-in GLSL floating-point constant for converting degrees to radians.

Example
// GLSL declaration
const float czm_radiansPerDegree = ...;

// Example
float rad = czm_radiansPerDegree * deg;
See: