We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f552c9 commit e391960Copy full SHA for e391960
src/Meshes.jl
@@ -437,6 +437,7 @@ export
437
# clipping
438
ClippingMethod,
439
SutherlandHodgmanClipping,
440
+ GreinerHormannClipping,
441
clip,
442
443
# intersections
src/clipping.jl
@@ -21,3 +21,4 @@ function clip end
21
# ----------------
22
23
include("clipping/sutherlandhodgman.jl")
24
+include("clipping/greinerhormann.jl")
0 commit comments