tataratat / splinepy

Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA
https://tataratat.github.io/splinepy
Other
47 stars 13 forks source link

Fix/update plant kdtree #242

Closed j042 closed 1 year ago

j042 commented 1 year ago

Overview

PlantNewKdTree() would return early if a tree exists with same resolution. This PR removes this behavior, since control points support real in-place updates and after the updates, trees won't be up-to-date.

Also, updates napf and adds support for concurrent k-d tree build

Addressed issues

Checklists

j042 commented 1 year ago

yes!