Definition of a device space tile bounding box. More...
#include "tileapi.h"
Data Fields | |
int32 | x1 |
Normalised half-open device space coordinates of a bounding box. More... | |
Definition of a device space tile bounding box.
int32 sw_tile_bbox::x1 |
Normalised half-open device space coordinates of a bounding box.
For a non-empty bounding box, x1 < x2 and y1 < y2. x1,y1 is included in the bounding box, x2 and y2 are excluded.