Trait coord::math::VecFloat[][src]

pub trait VecFloat: Vec where
    Self::Item: VecItem + Float
{ fn length(&self) -> Self::Item; }

Required Methods

Implementors