Trait gfxmath_vec2::ops::Cross[][src]

pub trait Cross<Rhs = Self> {
    type Output;
    fn cross(self, rhs: Rhs) -> Self::Output;
}

Perform the cross product of vectors

Associated Types

Loading content...

Required methods

fn cross(self, rhs: Rhs) -> Self::Output[src]

Loading content...

Implementors

Loading content...