Struct BoundingBoxesInterop#

Struct Documentation#

struct BoundingBoxesInterop#

This structure contains the bounding boxes for a scene.

Public Members

std::int32_t sceneIndex#

Zero-based index of the scene (for which the following bounding boxes apply).

IntRectInterop bounding_box#

The bounding box of the scene (calculated including pyramid-tiles).

IntRectInterop bounding_box_layer0_only#

The bounding box of the scene (calculated excluding pyramid-tiles).