Derek
2011-01-13 21:02:03 UTC
Say we have a plane with 3 points
Q(a, b, c)
R(d, e, f)
S(x, y, z)
Say I take the cross product of vectors QR and QS to find the normal vector to the plane.
Now, what I'm wondering is why the dot product of n (the normal vector to the plane) and the vector RS can yield a number OTHER than 0. Isn't the normal vector of QR and QS also the normal vector of RS (since they're all in the same plane), and if so, why isn't the dot product always 0?
I hope that made sense, haha. Thanks in advance!