[Algorithms] Tris intersection
Brought to you by:
vexxed72
From: Jeffrey C <pl...@as...> - 2000-07-24 00:56:42
|
Hi, Anyone could tell me a quick way to know whether 2 triangle that lie on the same plane intersect each other? Let say that I have triangle A(a0,a1,a2) and B(b0,b1,b2), here is some example that the triangles intersect each other. |\ /| | / B| | -\-- |___\ A /| / | / B| / | / |\ | /--| \- |A \ ---- |