Trait na::FloatPnt [] [src]

pub trait FloatPnt<N: Real>: NumPnt<N> + Neg<Output = Self> + AffineSpace + EuclideanSpace { }

Trait of vector with components implementing the BaseFloat trait.

Implementors