I have a surface mesh of triangles. Assume, the surface mesh is closed.
I intend to do a spatial query to figure out whether a space is within my surface mesh or not. Space unit can be represented by a bounding box, a voxel or any other spatial tool.
- What data structures are available to do the above query?
- What algorithms are available to implement the query from scratch?
- Are any ready-to-use libraries available?
Thanks =)