isEmpty.js 173 B

123456
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "bool czm_isEmpty(czm_raySegment interval)\n\
  3. {\n\
  4. return (interval.stop < 0.0);\n\
  5. }\n\
  6. ";