Constrained Delaunay Triangulation: find all faces inside circle #7555
Unanswered
Tazdraperm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So the title is it all. I have CDT that I use for pathfinding. Some faces are marked as impassable. I need a way to detect if an agent (circle with specific radius) is colliding with impassable face.
The best I can think of is using multiple line_walk's, but this is obviously not a very good solution
Beta Was this translation helpful? Give feedback.
All reactions