Minkowski sum starts to fly in #geogram (WIP...)
Let's call it a day
<END OF LINE>
Today's result, from OpenSCAD test suite
I'm using Hichem Barki's algorithm (love it, because it does not require decomposition into convex parts):
https://dl.acm.org/doi/10.1007/3DRes.04%282013%291
Hichem's method first creates a superset of the Minkowski sum (first image) that needs to be cleaned (second image). For the cleaning phase, my algorithm in https://dl.acm.org/doi/10.1145/3744642 seems to work reasonably well...
geogram/src/lib/geogram/mesh/mesh_minkowski.cpp at main · BrunoLevy/geogram

a programming library with geometric algorithms. Contribute to BrunoLevy/geogram development by creating an account on GitHub.

GitHub