struct BoundingBox

Defined at line 39 of file ../../src/ui/scenic/lib/view_tree/snapshot_types.h

Public Members

array min
array max

Public Methods

bool operator== (const BoundingBox & other)

Used to detect changes. The bounding box is defined in local space and not affected by

any transformations, so exact matching is preferred. No need for an epsilon comparison.

Defined at line 44 of file ../../src/ui/scenic/lib/view_tree/snapshot_types.h

bool operator!= (const BoundingBox & other)

Defined at line 45 of file ../../src/ui/scenic/lib/view_tree/snapshot_types.h