axis_angle

Function axis_angle 

Source
pub fn axis_angle<T: Float>(exp: &V3<T>) -> (V3<T>, T)
Expand description

Convert a 3d vector of exponential coordinates for rotation into axis-angle form

Function arguments: exp: V3 3d vector of exponential coordinates

Output: (omega_hat, theta)