|
FDL Core Library
ASC Framing Decision List — C/C++ Reference Implementation
|
Axis-aligned rectangle (x, y origin + width, height). More...
#include <fdl_core.h>
Data Fields | |
| double | x |
| Left edge x-coordinate. | |
| double | y |
| Top edge y-coordinate. | |
| double | width |
| Rectangle width. | |
| double | height |
| Rectangle height. | |
Axis-aligned rectangle (x, y origin + width, height).