pub fn cross<T>(
x: &Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>,
y: &Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>,
) -> Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>where
T: Number,Expand description
The cross product of two vectors.