Hey guys,
Given a vector, ie < -1, 2, 3 > , how does one go about finding a vector which is orthogonal to it?
I also have another vector < x, y ,z > which is the point of origin for the above vector.
In context, I'm given a directional vector from which I need to find an 'up' vector and a...