#include <b2TOISolver.h>
Public Member Functions | |
b2TOISolver (b2StackAllocator *allocator) | |
~b2TOISolver () | |
void | Initialize (b2Contact **contacts, int32 contactCount, b2Body *toiBody) |
void | Clear () |
bool | Solve (float32 baumgarte) |
This is a pure position solver for a single movable body in contact with multiple non-moving bodies.
b2TOISolver::b2TOISolver | ( | b2StackAllocator * | allocator | ) |
b2TOISolver::~b2TOISolver | ( | ) |
void b2TOISolver::Clear | ( | ) |
bool b2TOISolver::Solve | ( | float32 | baumgarte | ) |