The bounding box of the subtree with this sector as the root sector. Is null if there are no geometries in the subtree.

interface BoundingBox3D {
    max: Tuple3<number>;
    min: Tuple3<number>;
}

Properties

Properties

max: Tuple3<number>

The maximal coordinates of the bounding box.

min: Tuple3<number>

The minimal coordinates of the bounding box.