bump date
[gpclib.git] / NAMESPACE
blob609f4f215fb597026dab7175c5301723067bb1da
1 importFrom(graphics, plot)
3 exportClasses("gpc.poly", "gpc.poly.nohole")
5 exportMethods("show", "get.bbox", "plot", "intersect", "union",
6               "setdiff", "[", "append.poly", "scale.poly", "area.poly",
7               "get.pts", "coerce", "tristrip", "triangulate")
9 export("read.polyfile", "write.polyfile")
11 useDynLib(gpclib)