You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently is uses brute-force to find the triangle which the point is located in. We should look at a triangle and move in the direction of the point we are searching for to figure this out instead.
The text was updated successfully, but these errors were encountered:
Currently is uses brute-force to find the triangle which the point is located in. We should look at a triangle and move in the direction of the point we are searching for to figure this out instead.
The text was updated successfully, but these errors were encountered: