meshpro / pygalmesh

:spider_web: A Python interface to CGAL's meshing tools
GNU General Public License v3.0
580 stars 57 forks source link

bug in ellipsoid #174

Closed ksebaz closed 2 years ago

ksebaz commented 2 years ago

Hi Nico,

there is a small bug/typo in the Ellipsoid constructor within the setup of the third axis; plus the bounding-sphere-squared-radius neglects ellipsoid centers that are different from the origin.

Cheers, Sebastian P.S.: Btw thank you for all your nice meshing tools! They are so useful!