Skip to main content

hat

Function hat 

Source
pub fn hat(v: &Vector3<f64>) -> Matrix3<f64>
Expand description

The skew-symmetric matrix of a vector: hat(v) w = v × w.