I tried the algorithms in Line of intersection between two planes
but all not return correct results
I have two rectangle in 3D each defined by three points , I want to get the two points on the line of intersection such that the two points at the end of the intersection I do the following steps:
- convert each rectangle to two planes , using three points
- get the line direction by do the cross product of the normal of each plane
I want to get the actual end points of line that lie on the boundary of the plane
Best regards