18 #include <grass/gis.h>
19 #include <grass/Vect.h>
27 W.north = Map->Constraint_N;
28 W.south = Map->Constraint_S;
29 W.east = Map->Constraint_E;
30 W.west = Map->Constraint_W;
int V__map_overlap(struct Map_info *Map, double n, double s, double e, double w)
int G_window_overlap(const struct Cell_head *window, double N, double S, double E, double W)
Determins if a box overlays a map window.