Trait gfxmath_vec2::ops::Dot[][src]

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

Perform the dot product of vectors

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...