C# Class FarseerPhysics.Dynamics.Contacts.TOISolver

Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode 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 méthode

public Initialize ( Contact contacts, int count, Body toiBody ) : void
contacts Contact
count int
toiBody Body
Résultat void

Solve() public méthode

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