If you have a set of 'regular' connected triangles such as this:
...and you know the vertices / normals of every triangle, what is an efficient method to test whether or not another point is 'inside' or 'contained within' the set of triangles?
Thanks!