What is a formula to get a three dimensional vector B lying on the plane perpendicular to a vector A?
That is, given a vector A, what is a formula f(angle,modulus) which gives a vector that is perpendicular to A, with said modulus and rotated through an angle?
If the two vectors are perpendicular then their dot product is zero.
So:
v1(x1, y1, z1), v2(x2, y2, z2).You know
(x1, y1, z1). Put arbitraryx2andy2and you will receive the correspondingz2:Be aware if
z1is0. Then you are in the plane.