karansher / computer-graphics-kinematics

Computer Graphics Assignment about Kinematics
0 stars 0 forks source link

Why are doing xzx angles instead of xyz? #2

Closed andyw1589 closed 1 year ago

andyw1589 commented 1 year ago

don't we want to rotate around every axis? or do we not care about the y axis?

JanardanS commented 1 year ago

We don't care about the y-axis. Just rotating first on the x-axis, then the z-axis, then again on the x-axis is enough to rotate in any way.