Hi to all, this it is the first time that I write here, and I would like to send a greeting to all the partners of the club. Well, I have a small problem.
I have three free orthogonals normalized vectors managed by rotations angles and one quaternion. I would like to implement the opposite in the same class, given a point in the space, to find the necessary rotations angles to guide my vectors (Forward, Up and Right) toward that point maintaining the vectors Up and Right in their current state. For example, the vectorial Forward points toward the left (-1,0,0), the Up is Backward (0,0,1) and the Right is (0,1,0) and I want that Forward points toward (1,1,1). In this example I believe that the solution is to apply 45º on Yaw and -45º on Pitch, but I have used it and it doesn't work.
thank you for the help and a greeting to all again