Matrix for rotation around a vector without using rodrigues rotation formula

46 Views Asked by At

for example how can I write the rotation matrix around the vector $\vec v = (1,1,1)$ with the angle 60°.

I searched all the other questions and they all say that rodrigues rotation formula is the way to go but I'm wondering if there's an easy way for me.

thanks.