LayOut C API
|
Represents a 2D rectangle that is aligned with the X and Y axis of the coordinate system. More...
#include <geometry.h>
Data Fields | |
struct SUPoint2D | upper_left |
Upper left corner of the bounding box. More... | |
struct SUPoint2D | lower_right |
Lower right corner of the bounding box. More... | |
Represents a 2D rectangle that is aligned with the X and Y axis of the coordinate system.
struct SUPoint2D SUAxisAlignedRect2D::lower_right |
Lower right corner of the bounding box.
struct SUPoint2D SUAxisAlignedRect2D::upper_left |
Upper left corner of the bounding box.