meshpro / pygalmesh

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

fix bug in ellipsoid #175

Closed ksebaz closed 2 years ago

ksebaz commented 2 years ago

This fixes a small typo-bug in the constructor of the Ellipsoid as well as the calculation of the bounding sphere radius that ignored center offsets.

Fixes #174.

nschloe commented 2 years ago

LGTM, thanks!