Trait na::NumVec [−][src]
pub trait NumVec: Add<Self, Output = Self> + Sub<Self, Output = Self> + Mul<Self::Field, Output = Self> + Div<Self::Field, Output = Self> + MulAssign<Self::Field> + DivAssign<Self::Field> + AddAssign<Self> + SubAssign<Self> + PartialEq + Sized { type Field: BaseNum; }
Trait grouping most common operations on vectors.
Associated Types
Loading content...Implementors
Loading content...