From axis and angle of rotation to rotation matrix

465 Views Asked by At

I have the rotation axis $\mathbb{R} (1, 1, -1)$ and the angle $\pi/4$.

How do I compute the rotation matrix?

I know the inverse process in which you use $trace(M) = 1 - 2cos(\theta)$ to get the angle and $Ax = x$ to get the axis but I couldn't really apply that in an "inversed" way.

1

There are 1 best solutions below

0
On

Look up Rodrigues' formula, which does exactly this.