Uses of Class
com.github.micycle1.clipper2.engine.PolyPathD
Packages that use PolyPathD
Package
Description
Clipper2 is an open source freeware library that performs line and polygon
clipping, and offsetting.
The Clipper64 and ClipperD classes in this unit encapsulate all the logic
that performs path clipping.
-
Uses of PolyPathD in com.github.micycle1.clipper2
Methods in com.github.micycle1.clipper2 with parameters of type PolyPathDModifier and TypeMethodDescriptionstatic voidClipper.addPolyNodeToPathsD(PolyPathD polyPath, PathsD paths) Flattens a floating-point polytree into a path collection. -
Uses of PolyPathD in com.github.micycle1.clipper2.engine
Subclasses of PolyPathD in com.github.micycle1.clipper2.engineModifier and TypeClassDescriptionclassPolyTreeD is a read-only data structure that receives solutions from clipping operations.Methods in com.github.micycle1.clipper2.engine that return PolyPathD