Given a rotation matrix $Q \in \mathbb R^3$, how to find a magnitude of rotation. I guess it makes sense to say that identity matrix $I$ is considered 0 magnitude and the rotation of $-I$ is considered maximum magnitude. It would also makes sense that $mag(Q) = mag(Q^T)$.
Is there a way of computing this without going through the trouble of finding Euler angles and then deriving metric using identity $\cos^2(\alpha) + \cos^2(\beta) + \cos^2(\gamma) = 1$?