Get a vector based on two perpendicular vectors

Please, help me to get a vector based on two perpendicular vectors started from one point (at 45 degrees between them)

Does the length of the vector matter? If only the direction is needed, you should take the sum of the normalized source (“forvard” and “right”) vectors.

3 Likes

Thanks for the answer!
addVectors()

1 Like