pub fn cross_vec<T>(a: Vector3<T>, b: Vector3<T>) -> Vector3<T> where
    T: Float
Expand description

a × b

Cross product.

The product order is a × b (!= b × a)