cesium-native
0.41.0
|
A rectangular range of tiles at a particular level of a quadtree. More...
#include <CesiumGeometry/QuadtreeTileRectangularRange.h>
Public Attributes | |
uint32_t | level |
The level in the tree at which this rectangle is located, with 0 being the root. | |
uint32_t | minimumX |
The minimum x-coordinate of the range, inclusive. | |
uint32_t | minimumY |
The minimum y-coordinate of the range, inclusive. | |
uint32_t | maximumX |
The maximum x-coordinate of the range, inclusive. | |
uint32_t | maximumY |
The maximum y-coordinate of the range, inclusive. | |
A rectangular range of tiles at a particular level of a quadtree.
Definition at line 10 of file QuadtreeTileRectangularRange.h.