Struct nphysics2d::resolution::AccumulatedImpulseSolver [] [src]

pub struct AccumulatedImpulseSolver<N: Real> { /* fields omitted */ }

Constraint solver using the projected gauss seidel algorithm and warm-starting.

Methods

impl<N: Real> AccumulatedImpulseSolver<N>
[src]

[src]

Creates a new AccumulatedImpulseSolver.

[src]

Gets the number of iteration done by the penetration depth correction solver.

[src]

Sets the number of iteration done by the penetration depth correction solver.

[src]

Gets the number of iteration done by the velocity constraint solver.

[src]

Sets the number of iteration done by the velocity constraint solver.

Trait Implementations

impl<N: Real> Solver<N, Constraint<N>> for AccumulatedImpulseSolver<N>
[src]

[src]

Solve the set of constraints of type I.