[][src]Function ncollide_utils::cross3

pub fn cross3<V: FiniteDimInnerSpace>(a: &V, b: &V) -> V

A 3d cross product that do not require the Cross<Self, Self> trait impl.

Panics if the dimension of V is not 3.