Skip to content

Commit e391960

Browse files
committed
update Meshes and clipping to include GreinerHormann
1 parent 7f552c9 commit e391960

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Meshes.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ export
437437
# clipping
438438
ClippingMethod,
439439
SutherlandHodgmanClipping,
440+
GreinerHormannClipping,
440441
clip,
441442

442443
# intersections

src/clipping.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ function clip end
2121
# ----------------
2222

2323
include("clipping/sutherlandhodgman.jl")
24+
include("clipping/greinerhormann.jl")

0 commit comments

Comments
 (0)