Skip to main content

Module engine_public

Module engine_public 

Source
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
PolyPath64
PolyPath64 - Integer coordinate polytree node Direct port from clipper.engine.h line 334
PolyPathD
PolyPathD - Double coordinate polytree node Direct port from clipper.engine.h line 385
PolyTree64
PolyTree64 arena - stores all PolyPath64 nodes Direct port from clipper.engine.h PolyTree64
PolyTreeD
PolyTreeD arena