threePiOver2.js 484 B

123456789101112131415161718
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "/**\n\
  3. * A built-in GLSL floating-point constant for <code>3pi/2</code>.\n\
  4. *\n\
  5. * @alias czm_threePiOver2\n\
  6. * @glslConstant\n\
  7. *\n\
  8. * @see CesiumMath.THREE_PI_OVER_TWO\n\
  9. *\n\
  10. * @example\n\
  11. * // GLSL declaration\n\
  12. * const float czm_threePiOver2 = ...;\n\
  13. *\n\
  14. * // Example\n\
  15. * float pi = (2.0 / 3.0) * czm_threePiOver2;\n\
  16. */\n\
  17. const float czm_threePiOver2 = 4.71238898038469;\n\
  18. ";