mcmtroffaes / pycddlib

A Python wrapper for Komei Fukuda's cddlib.
http://packages.python.org/pycddlib/
GNU General Public License v2.0
59 stars 9 forks source link

Minkowski Summation and Pontryagin difference #48

Closed CWEzio closed 3 years ago

CWEzio commented 3 years ago

Hi, I have a quesiton about whether pycddlib has functions on Minkowski Summation and Pontryagin difference operations like MPT3. I am looking for python alternative for matlab's MPT3 toolbox's computational geometry function. As far as I know, MPT3 also use cddlib for handling polyhedra.

Thank you very much!

mcmtroffaes commented 3 years ago

If cddlib does then it might be possible to expose it in pycddlib. I'm not sure however that it does...

CWEzio commented 3 years ago

Thank you for your reply! It seems that cddlib do not have this functionality as far as I check.