pub fn cross2d<T>(
v: &Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>,
u: &Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>,
) -> Twhere
T: Number,Expand description
The 2D perpendicular product between two vectors.
pub fn cross2d<T>(
v: &Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>,
u: &Matrix<T, Const<2>, Const<1>, ArrayStorage<T, 2, 1>>,
) -> Twhere
T: Number,The 2D perpendicular product between two vectors.