![]() |
Signapse
|
Struct BoundingBox. More...
#include <Scene.h>
Public Member Functions | |
BoundingBox () | |
BoundingBox (int upperLeftX, int upperLeftY, int lowerRightX, int lowerRightY) | |
BoundingBox (Point upperLeft, Point lowerRight) | |
Public Attributes | |
Point | UpperLeft |
Point | LowerRight |
Struct BoundingBox.
Data structure holds bounding box point information for a rectangle in image space.
|
inline |
Definition at line 27 of file Scene.h.