Function static_math::transformations::axis_angle [−][src]
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
Output: (omega_hat, theta)