Sha256: c20ffb6535f898b10b5a8c29cca3d669dc824e41aa34932df0a9e7949141f5be
Contents?: true
Size: 522 Bytes
Versions: 3
Compression:
Stored size: 522 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 <code>pi/6</code>.\n\ *\n\ * @alias czm_piOverSix\n\ * @glslConstant\n\ *\n\ * @see CesiumMath.PI_OVER_SIX\n\ *\n\ * @example\n\ * // GLSL declaration\n\ * const float czm_piOverSix = ...;\n\ *\n\ * // Example\n\ * float pi = 6.0 * czm_piOverSix;\n\ */\n\ const float czm_piOverSix = 0.5235987755982988;"; });
Version data entries
3 entries across 3 versions & 1 rubygems