Skip to content

Commit 6c84cb9

Browse files
author
Jerome Plut
committed
fxied stpuid typo
1 parent e1b9172 commit 6c84cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Clipper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function minkowski_sum(poly1::Vector{IntPoint}, poly2::Vector{IntPoint},
309309
end
310310
function minkowski_difference(poly1::Vector{IntPoint}, poly2::Vector{IntPoint})
311311
polys = Vector{Vector{IntPoint}}()
312-
@ccall libcclipper.minkoswki_difference(
312+
@ccall libcclipper.minkowski_difference(
313313
poly1::Ptr{IntPoint}, length(poly1)::Csize_t,
314314
poly2::Ptr{IntPoint}, length(poly2)::Csize_t,
315315
polys::Any,

0 commit comments

Comments
 (0)