bbox

bbox

Functions

#define BBOX_INTERSECT()

Types and Values

Description

Functions

BBOX_INTERSECT()

#define BBOX_INTERSECT(a,b) ((a).south < (b).north && (a).north > (b).south && (a).east > (b).west && (a).west < (b).east)

Types and Values

LatLonBBox

typedef struct {
  gdouble south, north;
  gdouble east, west;
} LatLonBBox;