ubilabs / kd-tree-javascript

JavaScript k-d Tree Implementation
MIT License
642 stars 109 forks source link

Load from existing tree #40

Open isaacwritescode opened 1 year ago

isaacwritescode commented 1 year ago

Functionality to recreate a KDTree index from raw Array Buffer data Like this: KDTree.from(data)