hi wanted to calculate the degreee between two triangles where every point of them has a 3d coordinate.... i.e.
triangle 1: point1(x1,y1,z1), point2(x2,y2,z2), point3(x3,y3,z3). triangle 2: point1(x1,y1,z1), point2(x2,y2,z2), point4(x4,y4,z4).
yes, the triangles always share exactly same two points. is there a way to calculate the degree between them efficiently in cuda kernel