gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.71k stars 384 forks source link

Tri Tri Intersection without Touching #153

Open iankonradjohnson opened 3 years ago

iankonradjohnson commented 3 years ago

Hi,

Is there any way to find intersections for TestIntersection() where it returns false if the two meshes are only touching (i.e. not overlapping)? Thank you!