Sha256: efdb2d84c7e4f1e744f1e101014889e4c17909a20889346a494cc57d806ccf51
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>1/pi</code>.\n\ *\n\ * @alias czm_oneOverPi\n\ * @glslConstant\n\ *\n\ * @see CesiumMath.ONE_OVER_PI\n\ *\n\ * @example\n\ * // GLSL declaration\n\ * const float czm_oneOverPi = ...;\n\ *\n\ * // Example\n\ * float pi = 1.0 / czm_oneOverPi;\n\ */\n\ const float czm_oneOverPi = 0.3183098861837907;"; });
Version data entries
3 entries across 3 versions & 1 rubygems