fast-triangle-triangle-intersection icon indicating copy to clipboard operation
fast-triangle-triangle-intersection copied to clipboard

Fast and robust triangle-triangle intersection test with high precision for cross and coplanar triangles based on the algorithm by Devillers & Guigue.

Results 2 fast-triangle-triangle-intersection issues
Sort by recently updated
recently updated
newest added

Demo coordinates T1: (0.000,0.000,0.000),(0.000,0.000,8.000),(8.000,0.000,0.000) T2: (2.000,0.000,2.000),(1.000,0.000,4.000),(9.000,0.000,0.000)

I encountered an issue when performing intersection tests with triangles where small floating-point differences lead to unexpected errors. **Triangle values to reproduce the error:** ``` // Case that causes intersection...