06 September 2018 3 3K Report

The module scipy.spatial.ConvexHull can only compute the Minkowski sum of two 2D convex hulls. But I would like to calculate the Minkowski sum of two 3D convex hulls. I am wondering if there is another package that would offer this capacity. Or otherwise, I would like to learn about efficient algorithm to solve the problem that I could implement in Python.

More Noemie Fedon's questions See All
Similar questions and discussions