Basic geometry classes for Cesium.
A rectangular range of tiles at a particular level of a quadtree.
uint32_t maximumY
The maximum y-coordinate of the range, inclusive.
uint32_t maximumX
The maximum x-coordinate of the range, inclusive.
uint32_t minimumX
The minimum x-coordinate of the range, inclusive.
uint32_t level
The level in the tree at which this rectangle is located, with 0 being the root.
uint32_t minimumY
The minimum y-coordinate of the range, inclusive.