| Property | Defined by | ||
|---|---|---|---|
| m_allocator : * | b2ContactSolver | ||
| m_constraintCount : int | b2ContactSolver | ||
| m_constraints : Array | b2ContactSolver | ||
| Method | Defined by | ||
|---|---|---|---|
|
b2ContactSolver(contacts:Array, contactCount:int, allocator:*)
| b2ContactSolver | ||
|
PostSolve():void
| b2ContactSolver | ||
|
PreSolve():void
| b2ContactSolver | ||
|
SolvePositionConstraints(beta:Number):Boolean
| b2ContactSolver | ||
|
SolveVelocityConstraints():void
| b2ContactSolver | ||
| m_allocator | property |
public var m_allocator:*
| m_constraintCount | property |
public var m_constraintCount:int
| m_constraints | property |
public var m_constraints:Array
| b2ContactSolver | () | constructor |
public function b2ContactSolver(contacts:Array, contactCount:int, allocator:*)Parameters
contacts:Array |
|
contactCount:int |
|
allocator:* |
| PostSolve | () | method |
public function PostSolve():void
| PreSolve | () | method |
public function PreSolve():void
| SolvePositionConstraints | () | method |
public function SolvePositionConstraints(beta:Number):BooleanParameters
beta:Number |
Boolean |
| SolveVelocityConstraints | () | method |
public function SolveVelocityConstraints():void