Basic geometry classes for Cesium.
CullingResult
The result of culling an object.
@ Outside
Indicates that an object lies completely outside the culling volume.
@ Inside
Indicates that an object lies completely inside the culling volume.
@ Intersecting
Indicates that an object intersects with the boundary of the culling volume.