Ralith / sieve-tree

6 stars 1 forks source link

More traversals #14

Open Ralith opened 4 days ago

Ralith commented 4 days ago

We currently offer iteration over the entire tree, and over the set of elements that might intersect with an AABB. Other desirable traversals include:

Ideally these could all be underlaid by a common cursor API, which we could also expose directly to allow for custom application-specific traversals.