Hello! Suppose I have a 2D Mesh Data Structure already set.
I need to determine which triangle in the 2D mesh contains a given point (x,y). I need to do that very quick, since I will implement my code on a Risc Microcontroller, with very limited processing capabilities and very limited memory. Can you suggest some efficient algorithm for that? Thank you!
