Trait octoon_math::vec::Vec

source ·
pub trait Vec: Debug + Copy + Clone + Add<Self, Output = Self> + Sub<Self, Output = Self> + Mul<Self, Output = Self> + Div<Self, Output = Self> + Rem<Self, Output = Self> + AddAssign<Self> + SubAssign<Self> + MulAssign<Self> + DivAssign<Self> + Neg<Output = Self> + Cmp + One + Two + Zero + OneHalf { }

Implementations on Foreign Types

Implementors