Skip to content

Feature/ann_remove

Michael Turner requested to merge feature/ann_remove into master

Removes the dependency on the external library in favor of using boost::geometry. This may be noticeable slower in tree construction but has many more features and doesnt require another third party dependency, meaning that the massive speed up to the spherigon and isocontour routines can be provided in the default versions.

The new version of the mesh generation routines dont require ann either.

Merge request reports