|
Path & | ClipperLib::operator<< (Path &poly, const IntPoint &p) |
|
Paths & | ClipperLib::operator<< (Paths &polys, const Path &p) |
|
std::ostream & | ClipperLib::operator<< (std::ostream &s, const IntPoint &p) |
|
std::ostream & | ClipperLib::operator<< (std::ostream &s, const Path &p) |
|
std::ostream & | ClipperLib::operator<< (std::ostream &s, const Paths &p) |
|
bool | ClipperLib::Orientation (const Path &poly) |
|
double | ClipperLib::Area (const Path &poly) |
|
int | ClipperLib::PointInPolygon (const IntPoint &pt, const Path &path) |
|
void | ClipperLib::SimplifyPolygon (const Path &in_poly, Paths &out_polys, PolyFillType fillType=pftEvenOdd) |
|
void | ClipperLib::SimplifyPolygons (const Paths &in_polys, Paths &out_polys, PolyFillType fillType=pftEvenOdd) |
|
void | ClipperLib::SimplifyPolygons (Paths &polys, PolyFillType fillType=pftEvenOdd) |
|
void | ClipperLib::CleanPolygon (const Path &in_poly, Path &out_poly, double distance=1.415) |
|
void | ClipperLib::CleanPolygon (Path &poly, double distance=1.415) |
|
void | ClipperLib::CleanPolygons (const Paths &in_polys, Paths &out_polys, double distance=1.415) |
|
void | ClipperLib::CleanPolygons (Paths &polys, double distance=1.415) |
|
void | ClipperLib::MinkowskiSum (const Path &pattern, const Path &path, Paths &solution, bool pathIsClosed) |
|
void | ClipperLib::MinkowskiSum (const Path &pattern, const Paths &paths, Paths &solution, bool pathIsClosed) |
|
void | ClipperLib::MinkowskiDiff (const Path &poly1, const Path &poly2, Paths &solution) |
|
void | ClipperLib::PolyTreeToPaths (const PolyTree &polytree, Paths &paths) |
|
void | ClipperLib::ClosedPathsFromPolyTree (const PolyTree &polytree, Paths &paths) |
|
void | ClipperLib::OpenPathsFromPolyTree (PolyTree &polytree, Paths &paths) |
|
void | ClipperLib::ReversePath (Path &p) |
|
void | ClipperLib::ReversePaths (Paths &p) |
|