I know I should know this, but I just can't figure it out/find the solution. I can do it by hand, but I can't put it in an algorithm... (working in c++, but pseudocode should be fine).
I have a vector, and I want to find another vector based on the angle with it.
v is known, angle alpha is known and the magnitude of w is known. How can I find w?
Thanks!