iurobpn / CGAL-matlab

CGAL functions in matlab using mex tool e cmake for compilation
GNU General Public License v2.0
2 stars 1 forks source link

Do you have any instructions or simple use cases available? #1

Open sgbaird opened 4 years ago

iurobpn commented 4 years ago

I just added an example of the convex polygon partition functions. The 3D partition function is working differently than in CGAL. I did set difference of the first input polyhedron minus the other input polyhedrons before applying the 3D convex partition function for a project. I intend to separate the two functions later to put them to work as in CGAL and I can make an example of use.