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 \
----
|