struct BoundingBox

Defined at line 36 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 41 of file ../../src/ui/scenic/lib/view_tree/snapshot_types.h

bool operator!= (const BoundingBox & other)

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