Sha256: 521cf682ca0f6d8279784d6bda34dad25458b8cd1c083e77a39606a1f723e7da
Contents?: true
Size: 547 Bytes
Versions: 3
Compression:
Stored size: 547 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>3pi/2</code>.\n\ *\n\ * @alias czm_threePiOver2\n\ * @glslConstant\n\ *\n\ * @see CesiumMath.THREE_PI_OVER_TWO\n\ *\n\ * @example\n\ * // GLSL declaration\n\ * const float czm_threePiOver2 = ...;\n\ *\n\ * // Example\n\ * float pi = (2.0 / 3.0) * czm_threePiOver2;\n\ */\n\ const float czm_threePiOver2 = 4.71238898038469;"; });
Version data entries
3 entries across 3 versions & 1 rubygems