Replies: 1 comment
-
I guess this can work for C++ (Adapted from Clipper1 source, I think nothing changed significantly in MinkowskiSum since then, works for me)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi again,
Clipper1 had:
void MinkowskiSum(const Path& pattern, const Paths& paths, Paths& solution, bool pathIsClosed)
But Clipper2 does not have:
inline Paths64 MinkowskiSum(const Path64& pattern, const Paths64& paths, bool isClosed)
Beta Was this translation helpful? Give feedback.
All reactions