Skip to main content

spin_matrix

Function spin_matrix 

Source
pub fn spin_matrix(omega: &Vec3) -> Mat3
Expand description

Spin matrix for angular velocity omega: the time-derivative of a rotation matrix R satisfies Ṙ = omega_hat * R where omega_hat = skew(omega).