czm_degreesPerRadian

czm_degreesPerRadian

czm_degreesPerRadian

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

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

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