Sha256: e63e455ea9bb5bcd47c85a45535fd39e3489bb9146548dc418df898435cdad93
Contents?: true
Size: 572 Bytes
Versions: 3
Compression:
Stored size: 572 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "/**\n\ * A built-in GLSL floating-point constant for converting degrees to radians.\n\ *\n\ * @alias czm_radiansPerDegree\n\ * @glslConstant\n\ *\n\ * @see CesiumMath.RADIANS_PER_DEGREE\n\ *\n\ * @example\n\ * // GLSL declaration\n\ * const float czm_radiansPerDegree = ...;\n\ *\n\ * // Example\n\ * float rad = czm_radiansPerDegree * deg;\n\ */\n\ const float czm_radiansPerDegree = 0.017453292519943295;"; });
Version data entries
3 entries across 3 versions & 1 rubygems