Function static_math::transformations::skew_v6[][src]

pub fn skew_v6<T: Float>(v: V6<T>) -> M44<T>
Expand description

Create augmented skew-symmetric matrix

Input:

v: vector(V6<Float>)

Output:

skew-symetric augmented matrix(M44<Float>)