1 #ifndef NUITRACK_BOUNDING_BOX_H_
2 #define NUITRACK_BOUNDING_BOX_H_
float left
Position of the left face of the bounding box.
Definition: BoundingBox.h:20
Stores a bounding box properties.
Definition: BoundingBox.h:12
float right
Position of the right face of the bounding box.
Definition: BoundingBox.h:21
float bottom
Position of the bottom face of the bounding box.
Definition: BoundingBox.h:19
float top
Position of the top face of the bounding box.
Definition: BoundingBox.h:18