Uses of Class
com.github.micycle1.clipper2.engine.PolyTree64
Packages that use PolyTree64
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.
This unit contains the ClipperOffset class that performs all polygon
offsetting.
-
Uses of PolyTree64 in com.github.micycle1.clipper2
Methods in com.github.micycle1.clipper2 with parameters of type PolyTree64Modifier and TypeMethodDescriptionstatic voidClipper.booleanOp(ClipType clipType, @Nullable Paths64 subject, @Nullable Paths64 clip, PolyTree64 polytree, FillRule fillRule) This function is a generic alternative to the Intersect, Difference, Union and XOR functions.static Paths64Clipper.polyTreeToPaths64(PolyTree64 polyTree) -
Uses of PolyTree64 in com.github.micycle1.clipper2.engine
Methods in com.github.micycle1.clipper2.engine with parameters of type PolyTree64Modifier and TypeMethodDescriptionfinal booleanClipper64.execute(ClipType clipType, FillRule fillRule, PolyTree64 polytree) Executes the requested clipping operation and writes the nested closed-path result to aPolyTree64.final booleanClipper64.execute(ClipType clipType, FillRule fillRule, PolyTree64 polytree, Paths64 openPaths) Executes the requested clipping operation and writes the nested closed-path result to aPolyTree64. -
Uses of PolyTree64 in com.github.micycle1.clipper2.offset
Methods in com.github.micycle1.clipper2.offset with parameters of type PolyTree64Modifier and TypeMethodDescriptionvoidClipperOffset.execute(double delta, PolyTree64 solutionTree)