Trait na::NumPnt [] [src]

pub trait NumPnt<N>: Mul<N, Output = Self> + Div<N, Output = Self> + MulAssign<N> + DivAssign<N> + PartialEq where
    Self: Sized
{ }

Trait grouping most common operations on vectors.

Implementors