pub fn cross_vec<T>(a: Vector3<T>, b: Vector3<T>) -> Vector3<T> where T: Float,
a × b
Cross product.
The product order is a × b (!= b × a)
a × b (!= b × a)