PackageBox2D.Dynamics.Contacts
Classpublic class b2ContactSolver



Public Properties
 PropertyDefined by
  m_allocator : *
b2ContactSolver
  m_constraintCount : int
b2ContactSolver
  m_constraints : Array
b2ContactSolver
Public Methods
 MethodDefined by
  
b2ContactSolver(contacts:Array, contactCount:int, allocator:*)
b2ContactSolver
  
PostSolve():void
b2ContactSolver
  
PreSolve():void
b2ContactSolver
  
SolvePositionConstraints(beta:Number):Boolean
b2ContactSolver
  
b2ContactSolver
Property detail
m_allocatorproperty
public var m_allocator:*
m_constraintCountproperty 
public var m_constraintCount:int
m_constraintsproperty 
public var m_constraints:Array
Constructor detail
b2ContactSolver()constructor
public function b2ContactSolver(contacts:Array, contactCount:int, allocator:*)Parameters
contacts:Array
 
contactCount:int
 
allocator:*
Method detail
PostSolve()method
public function PostSolve():void
PreSolve()method 
public function PreSolve():void
SolvePositionConstraints()method 
public function SolvePositionConstraints(beta:Number):BooleanParameters
beta:Number

Returns
Boolean
SolveVelocityConstraints()method 
public function SolveVelocityConstraints():void