Trait nphysics2d::resolution::solver::Solver [] [src]

pub trait Solver<N: Real, I> {
    fn solve(&mut self, _: N, _: &[I]);
}

Trait implemented by constraint solvers.

Required Methods

Solve the set of constraints of type I.

Implementors