pub fn axis_angle<T: Float>(exp: &V3<T>) -> (V3<T>, T)
Convert a 3d vector of exponential coordinates for rotation into axis-angle form
Function arguments: exp: V3 3d vector of exponential coordinates
exp
Output: (omega_hat, theta)