|
LayOut C API
|
Represents a 2D rectangle that might be rotated. Each corner of the rectangle is represented by a separate 2D point. More...
#include <geometry.h>
Data Fields | |
| LOPoint2D | upper_left |
| LOPoint2D | upper_right |
| LOPoint2D | lower_right |
| LOPoint2D | lower_left |
Represents a 2D rectangle that might be rotated. Each corner of the rectangle is represented by a separate 2D point.
| LOPoint2D LOOrientedRect2D::lower_left |
| LOPoint2D LOOrientedRect2D::lower_right |
| LOPoint2D LOOrientedRect2D::upper_left |
| LOPoint2D LOOrientedRect2D::upper_right |
1.8.3.1