| Package | Box2D.Dynamics.Contacts |
| Class | public class b2ContactResult |
| Source | b2ContactResult.as |
| Property | Defined by | ||
|---|---|---|---|
| id : b2ContactID
The contact id identifies the features in contact
| b2ContactResult | ||
| normal : b2Vec2
Points from shape1 to shape2
| b2ContactResult | ||
| normalImpulse : Number The normal impulse applied to body2
| b2ContactResult | ||
| position : b2Vec2
Position in world coordinates
| b2ContactResult | ||
| shape1 : b2Shape
The first shape
| b2ContactResult | ||
| shape2 : b2Shape
The second shape
| b2ContactResult | ||
| tangentImpulse : Number The tangent impulse applied to body2
| b2ContactResult | ||
| id | property |
public var id:b2ContactIDThe contact id identifies the features in contact
| normal | property |
public var normal:b2Vec2Points from shape1 to shape2
| normalImpulse | property |
public var normalImpulse:NumberThe normal impulse applied to body2
| position | property |
public var position:b2Vec2Position in world coordinates
| shape1 | property |
public var shape1:b2ShapeThe first shape
| shape2 | property |
public var shape2:b2ShapeThe second shape
| tangentImpulse | property |
public var tangentImpulse:NumberThe tangent impulse applied to body2