pyvista / pyacvd

Python implementation of surface mesh resampling algorithm ACVD
MIT License
202 stars 16 forks source link

Remove scipy dependency and optimize create mesh #48

Closed akaszynski closed 6 months ago

akaszynski commented 6 months ago

Remove the scipy dependency and optimize create_mesh. Improves performance by about 20%.

Resolves #47.

Bonus