Skip to content

Is it possible to do range search with Delaunay_triangulation_3 ? #8450

Answered by mglisse
ImperatorS79 asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think there is a function that does it (I only see Delaunay_2 and Delaunay_d versions), but you could take the code for Delaunay_2 and adapt it to Delaunay_3, it is not very long and should work almost as is (replacing Circle_2 with Sphere_3, etc): insert the point and do a dfs (the geometric property allowing to do a dfs should be true in any dimension).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ImperatorS79
Comment options

Answer selected by MaelRL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants