C# Class FarseerPhysics.Dynamics.Contacts.TOISolver

Datei anzeigen Open project: scastle/Solitude

Public Methods

Method Description
Initialize ( Contact contacts, int count, Body toiBody ) : void
Solve ( float baumgarte ) : bool

Perform one solver iteration. Returns true if converged.

Method Details

Initialize() public method

public Initialize ( Contact contacts, int count, Body toiBody ) : void
contacts Contact
count int
toiBody Body
return void

Solve() public method

Perform one solver iteration. Returns true if converged.
public Solve ( float baumgarte ) : bool
baumgarte float The baumgarte value.
return bool