rotate a plane around a diagonal
Posted
by compie
on Stack Overflow
See other posts from Stack Overflow
or by compie
Published on 2010-04-13T18:23:33Z
Indexed on
2010/04/13
18:33 UTC
Read the original article
Hit count: 319
graphics
|linear-algebra
I would like to rotate a plane, not around a single (X or Y) axis, but around the diagonal (45 degrees between X and Y). How do I calculate the Rx and Ry given the Rdiagonal?
(Rdiagonal is the amount of rotation I would like to achieve around the diagonal axis).
© Stack Overflow or respective owner