Sha256: 8c34a7887a4a09a43aaa1923c26861cea53472fb08f97dff49487ff7149d5923
Contents?: true
Size: 499 Bytes
Versions: 3
Compression:
Stored size: 499 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>2pi</code>.\n\ *\n\ * @alias czm_twoPi\n\ * @glslConstant\n\ *\n\ * @see CesiumMath.TWO_PI\n\ *\n\ * @example\n\ * // GLSL declaration\n\ * const float czm_twoPi = ...;\n\ *\n\ * // Example\n\ * float pi = czm_twoPi / 2.0;\n\ */\n\ const float czm_twoPi = 6.283185307179586;"; });
Version data entries
3 entries across 3 versions & 1 rubygems