Detection of Triangle Collision in 2D Space

Posted by SpikeX on Stack Overflow See other posts from Stack Overflow or by SpikeX
Published on 2010-05-06T03:27:48Z Indexed on 2010/05/06 3:38 UTC
Read the original article Hit count: 215

How can I programatically detect whether or not two triangles touch each other, given their vertices on a 2D coordinate plane? This includes touching points or edges, as well as if one triangle is completely "inside" the other one.

© Stack Overflow or respective owner

Related posts about math

Related posts about collision-detection