|
|
Given a plane and a rectangle, only one of the three vertices of the rectangle can have minimum distance to the plane, if the plane and rectangle do not intersect. If the rectangle and plane intersect, to determine a point of intersection we first determine the an edge of the rectangle that intersects the plane and then do a regular line-plane intersection calculation.
|
Copyright © by Martin Ecker |