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

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

Required Methods

Implementors