formZ SDK | 5.0 API Reference | System | Math
Description
Double precision 2D bounding rectangle data type. Defined as opposing corners of an axis aligned rectangle.
typedef struct fz_xy_mm_td {
double | xmin; |
double | ymin; |
double | xmax; |
double | ymax }; |
Members
xmin
The minimum x-axis coordinate value.
ymin
The minimum y-axis coordinate value.
xmax
The maximum x-axis coordinate value.
ymax
The maximum y-axis coordinate value.
Availability
5.0.0.0
Defined in