Function nalgebra::cross_matrix [] [src]

pub fn cross_matrix<V: CrossMatrix<M>, M>(v: &V) -> M

Given a vector, computes the matrix which, when multiplied by another vector, computes a cross product.