I have three non-parallel vectors (whose components are known), v0, v1, v2 and I'd like to find a fourth unit vector, v3, given only the angles between:
psi, angle between v0 and v3
theta, angle between v1 and v3
phi, angle between v2 and v3
I know that they are related by the dot product:
v0...