https://github.com/mapbox/tippecanoe
Revision a1e7426956e4f491071e92173ad35905dffa0405 authored by Eric Fischer on 02 December 2014, 22:17:49 UTC, committed by Eric Fischer on 02 December 2014, 22:17:49 UTC
1 parent 77c4ce4
Raw File
Tip revision: a1e7426956e4f491071e92173ad35905dffa0405 authored by Eric Fischer on 02 December 2014, 22:17:49 UTC
Sprinkle consts and casts to make it valid C++ as well as C
Tip revision: a1e7426
clip.h
int clip(double *x0, double *y0, double *x1, double *y1, double xmin, double ymin, double xmax, double ymax);
back to top