Trait Cross
gfxmath_vec2::ops
pub trait Cross<Rhs = Self> { type Output; fn cross(self, rhs: Rhs) -> Self::Output; }
Perform the cross product of vectors
type Output
fn cross(self, rhs: Rhs) -> Self::Output