| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
| b2ContactConstraint | |||
| body1 | property | 
public var body1:b2Body
| body2 | property | 
public var body2:b2Body
| friction | property | 
public var friction:Number
| manifold | property | 
public var manifold:b2Manifold
| normal | property | 
public var normal:b2Vec2
| pointCount | property | 
public var pointCount:int
| points | property | 
public var points:Array
| restitution | property | 
public var restitution:Number
| b2ContactConstraint | () | constructor | 
public function b2ContactConstraint()