C# Класс FarseerPhysics.Dynamics.Contacts.TOISolver

Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( Contact contacts, int count, Body toiBody ) : void
Solve ( float baumgarte ) : bool

Perform one solver iteration. Returns true if converged.

Описание методов

Initialize() публичный Метод

public Initialize ( Contact contacts, int count, Body toiBody ) : void
contacts Contact
count int
toiBody Body
Результат void

Solve() публичный Метод

Perform one solver iteration. Returns true if converged.
public Solve ( float baumgarte ) : bool
baumgarte float The baumgarte value.
Результат bool