Trait ncollide_math::Vector [] [src]

pub trait Vector: Copy + Send + Sync + 'static + Display + Lattice + Bounded + ApproxEq<Epsilon=Self::Real> + FiniteDimInnerSpace {
    fn sample_sphere<F: FnMut(Self)>(_: F);
}

Trait implemented by vector types usable by ncollide.

Required Methods

Iterate through the samples.

Implementors