PackageBox2D.Dynamics.Contacts
Classpublic class b2ContactConstraint



Public Properties
 PropertyDefined by
  body1 : b2Body
b2ContactConstraint
  body2 : b2Body
b2ContactConstraint
  friction : Number
b2ContactConstraint
  manifold : b2Manifold
b2ContactConstraint
  normal : b2Vec2
b2ContactConstraint
  pointCount : int
b2ContactConstraint
  points : Array
b2ContactConstraint
  restitution : Number
b2ContactConstraint
Public Methods
 MethodDefined by
  
b2ContactConstraint
Property detail
body1property
public var body1:b2Body
body2property 
public var body2:b2Body
frictionproperty 
public var friction:Number
manifoldproperty 
public var manifold:b2Manifold
normalproperty 
public var normal:b2Vec2
pointCountproperty 
public var pointCount:int
pointsproperty 
public var points:Array
restitutionproperty 
public var restitution:Number
Constructor detail
b2ContactConstraint()constructor
public function b2ContactConstraint()