2011-09-20, 07:35 PM
There are various ways you can go about this. Modular's is probably my favorite way to define a plane.
Another way is to construct the plane with 2 non-parallel lines, one of which is defined by the 2 points given, the other would be a line orthogonal to the given surface.
To find the 2nd line, you need the normal vector to Ax + By + Cz = D, and a point on that plane.
I actually forgot everything about this, maybe it's time I did some refreshing.
Another way is to construct the plane with 2 non-parallel lines, one of which is defined by the 2 points given, the other would be a line orthogonal to the given surface.
To find the 2nd line, you need the normal vector to Ax + By + Cz = D, and a point on that plane.
I actually forgot everything about this, maybe it's time I did some refreshing.

