How do I rotate somthing on the y-axis?
How do i rotate somthing on the y-axis?
4 posts
Originally posted by UnConeDtake off the 4th rows and columns 😛
If you mean 3D, the formula is (in matrixform):
[ x' ] [ c 0 s 0 ] [ x ]
[ y' ] = [ 0 1 0 0 ] [ y ]
[ z' ] [ -s 0 c 0 ] [ z ]
[ 1 ] [ 0 0 0 1 ] [ 1 ]