Searched refs:upscaleClipperPoints (Results 1 – 2 of 2) sorted by relevance
64 Path upscaleClipperPoints(const vector<Point> &inputPolygon);67 Paths upscaleClipperPoints(const vector<vector<Point> > &inputPolygons);
81 Path bounds = upscaleClipperPoints(boundingPolygon); in triangulate()181 Path clip2tri::upscaleClipperPoints(const vector<Point> &inputPolygon) in upscaleClipperPoints() function in c2t::clip2tri193 Paths clip2tri::upscaleClipperPoints(const vector<vector<Point> > &inputPolygons) in upscaleClipperPoints() function in c2t::clip2tri235 Paths input = upscaleClipperPoints(inputPolygons); in mergePolysToPolyTree()