Uses of Class
com.github.micycle1.clipper2.engine.PolyPathBase
Packages that use PolyPathBase
Package
Description
The Clipper64 and ClipperD classes in this unit encapsulate all the logic
that performs path clipping.
-
Uses of PolyPathBase in com.github.micycle1.clipper2.engine
Subclasses of PolyPathBase in com.github.micycle1.clipper2.engineModifier and TypeClassDescriptionclassPolyPath64 objects are contained inside PolyTree64s and represents a single polygon contour.classclassPolyTree64 is a read-only data structure that receives solutions from clipping operations.classPolyTreeD is a read-only data structure that receives solutions from clipping operations.Methods in com.github.micycle1.clipper2.engine that return PolyPathBaseConstructors in com.github.micycle1.clipper2.engine with parameters of type PolyPathBase