pub fn cross2d<T: Number>(v: &TVec2<T>, u: &TVec2<T>) -> T
Expand description

The 2D perpendicular product between two vectors.