Confusion about Rotation matrices from Euler Angles
- by xEnOn
I am trying to learn more about Euler Angles so as to help myself in understanding how I can control my camera better in the game.
I came across the following formula that converts Euler Angles to rotation matrices:
In the equation, I could see that the first matrix from the left is the rotation matrix about x-axis, the second is about y-axis…