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