Expand description
Public polygon clipper API types
Contains PolyPath/PolyTree types, Clipper64, and ClipperD. Direct port from clipper.engine.h Copyright (c) Angus Johnson 2010-2025
Structsยง
- Clipper64
- Main integer-coordinate polygon clipper Direct port from clipper.engine.h line 459
- ClipperD
- Double-precision polygon clipper that scales to int64 internally Direct port from clipper.engine.h line 520
- Poly
Path64 - PolyPath64 - Integer coordinate polytree node Direct port from clipper.engine.h line 334
- Poly
PathD - PolyPathD - Double coordinate polytree node Direct port from clipper.engine.h line 385
- Poly
Tree64 - PolyTree64 arena - stores all PolyPath64 nodes Direct port from clipper.engine.h PolyTree64
- Poly
TreeD - PolyTreeD arena