Struct BoundingBoxesInterop#
Defined in File misc_types.h
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).
-
std::int32_t sceneIndex#