Trait nalgebra::NumPnt [] [src]

pub trait NumPnt<N, V>: Copy + PntAsVec<V> + Dim + Orig + PartialEq + Axpy<N> + Sub<Self, Output=V> + Mul<N, Output=Self> + Div<N, Output=Self> + Add<V, Output=Self> + Index<usize, Output=N> { }

Trait grouping most common operations on points.

Implementors