Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.51 KB

MinkowskiSum

Minkowski addition of two meshes.

R-CMD-check R-CMD-check-valgrind

  • Octahedron + sphere:

  • Tetrahedron + truncated icosahedron:

  • Septuaginta + great stellated dodecahedron:

  • Stanford bunny + sphere

License

This package is provided under the GPL-3 license but it uses the C++ library CGAL. If you wish to use CGAL for commercial purposes, you must obtain a license from the GeometryFactory.

Blog post

I wrote a blog post showing an example of the Minkowski addition (using RCGAL, an ancestor of MinkowskiSum).