What is the correct matrix for rotation about y-axis? I am seeing different sign for sine(theta) in different sources...

shivajikobardan

Junior Member
Joined
Nov 1, 2021
Messages
120
1756189430283.png
Look at the basic rotation 2 part. It is showing us -sinBeta
Source:
However I have found sources claiming that it is +sinBeta and the other is opposite instead.
1756189559286.png
Source: https://www.cs.colostate.edu/~cs410/yr2018fa/more_progress/pdfs/cs410_F18_Lecture04_Trans_part2.pdf
Here different convention is being used.
I suppose this differs based on how we represent the angle. But none of the sources describe about their choice of angle(either it is clockwise or anticlockwise, where it is derived etc)
I wanted to learn this and got confused here. I hope to seek from experts at freemathhelp.
 
The signs are determined by the direction of the rotation.
The direction of the rotation is counter-clockwise when looking from the complimentary axis:
  • from Y to Z when looking from X
  • from Z to X when looking from Y
  • from X to Y when looking from Z
 
I think you just used right hand curl rule to determine the direction of rotation.
True. And the direction of rotation determines the signs of the matrix elements.

Personally, I never remember those signs myself, so every time I just consider coordinate basis vectors ((1,0,0), (0,1,0), (0,0,1)) and see what happens to them after multiplying by the matrix.
 
Top