Package | Box2D.Dynamics.Contacts |
Class | public class b2ContactResult |
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:b2ContactID
< the contact id identifies the features in contact
normal | property |
public var normal:b2Vec2
< points from shape1 to shape2
normalImpulse | property |
public var normalImpulse:Number
< the normal impulse applied to body2
position | property |
public var position:b2Vec2
< position in world coordinates
shape1 | property |
public var shape1:b2Shape
< the first shape
shape2 | property |
public var shape2:b2Shape
< the second shape
tangentImpulse | property |
public var tangentImpulse:Number
< the tangent impulse applied to body2