https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 8cc844c9dd7cf788078e9f2f0bf77c83ea9aa787 authored by Eric Fischer on 31 March 2016, 21:33:11 UTC
Merge pull request #201 from mapbox/llong_max
Tip revision: 8cc844c
clip.h
int clip(double *x0, double *y0, double *x1, double *y1, double xmin, double ymin, double xmax, double ymax);
back to top