Open ColichevAV opened 7 months ago
Hello! Thanks for the report. I won't have a lot of time to investigate this but if you'd like to take a look an make a PR, this is the function to take a look at. I'm happy to answer any questions you may have about the implementation.
Ok), I'll take a look at it.
Hi! I am having an issue with the
intersectTriangle
function. I have two triangles that do not intersect visually, but when I call theintersectTriangle
function on them, it returns different results. Thank you for your work!