Trait na::NumPnt

source ·
pub trait NumPnt<N>: Mul<N, Output = Self> + Div<N, Output = Self> + MulAssign<N> + DivAssign<N> + PartialEqwhere
    Self: Sized,
{ }
Expand description

Trait grouping most common operations on vectors.

Implementors§