I have a Vector3 which representing the position of my car. This direction is in 3D even if the direction is always in in the XY plane, so only the yaw value is changing.
Now, I want to add a pitch value in my model. I do have the pitch value but I can't figure out how to get the new coordinate of the direction in 3D.
So, I know OB vector and I want OA vector when I have ß angle.
I hope I've been clear.