What is the fastest way to compute the two vertices of the line-segment of intersection between two triangles (given by their vertex positions) in 3D space ?
I would have thought the solution to this problem should be rather easy to find somewhere, but unfortunately I could not find ANY (even minimally elegant) solution. :/