Sha256: 942600f4ba7e38f34a59d12f5799ff6173fb1fc3da647423a5d434e9ae3d54c0
Contents?: true
Size: 372 Bytes
Versions: 11
Compression:
Stored size: 372 Bytes
Contents
/** * A built-in GLSL floating-point constant for converting radians to degrees. * * @alias czm_degreesPerRadian * @glslConstant * * @see CesiumMath.DEGREES_PER_RADIAN * * @example * // GLSL declaration * const float czm_degreesPerRadian = ...; * * // Example * float deg = czm_degreesPerRadian * rad; */ const float czm_degreesPerRadian = 57.29577951308232;
Version data entries
11 entries across 11 versions & 1 rubygems