https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 5e02bdd90ad06c5ea25794495b10227a49167068 authored by Eric Fischer on 07 January 2016, 19:51:58 UTC
Merge pull request #142 from mapbox/consistent-clip
Tip revision: 5e02bdd
clip.h
int clip(double *x0, double *y0, double *x1, double *y1, double xmin, double ymin, double xmax, double ymax);
back to top