I have two planes defined by three points each. These planes are "finite", meaning that the three points define their limits. These planes may or may not intersect, if so, the intersection is a finite line.
What's the smartest way to find the two end points of this intersection line?
Example:
planea = {(369.4956, 467.6504, 60.5147), (372.1940, 467.9910, 50.6351), (297.3370, 665.9444, 47.6697)}
planeb = {(198.1879, 626.4104, 59.6933), (199.4659, 620.8089, 38.2796), (398.9405, 661.8527, 62.6248)}