Uses of Class
com.github.micycle1.clipper2.engine.PolyTreeD
Packages that use PolyTreeD
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 PolyTreeD in com.github.micycle1.clipper2
Methods in com.github.micycle1.clipper2 with parameters of type PolyTreeDModifier and TypeMethodDescriptionstatic voidClipper.booleanOp(ClipType clipType, @Nullable PathsD subject, @Nullable PathsD clip, PolyTreeD polytree, FillRule fillRule) Applies the requested boolean operation to floating-point paths and stores the result in aPolyTreeDusing the default precision.static voidClipper.booleanOp(ClipType clipType, @Nullable PathsD subject, @Nullable PathsD clip, PolyTreeD polytree, FillRule fillRule, int precision) Applies the requested boolean operation to floating-point paths and stores the result in aPolyTreeD.static PathsDClipper.polyTreeToPathsD(PolyTreeD polyTree) -
Uses of PolyTreeD in com.github.micycle1.clipper2.engine
Methods in com.github.micycle1.clipper2.engine with parameters of type PolyTreeD