I have a vector v1 (suppose v1= a1,b2,c1) and this v1 passes through the point x1,y1,z1. Now I need a second vector, v2 which is perpendicular to the v1. Suppose that v2 is passing through the second point x2,y2,z2.
However, my final goal is to find the intersection point of above two lines. So, could you help me to find the vector which is perpendicular to another given vector? PLZ Anyone helps me.
(a1, b1, c1) = α (x1, y1, z1)for some scalarα, not that it matters… – Potatoswatter Apr 8 '11 at 12:27