Box2DFlash Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Class b2ContactImpulse
Properties
Package
Box2D.Dynamics
Class
public class b2ContactImpulse
Source
b2ContactImpulse.as
Contact impulses for reporting. Impulses are used instead of forces because sub-step forces may approach infinity for rigid body collisions. These match up one-to-one with the contact points in b2Manifold.
Public Properties
Property
Defined by
normalImpulses
: Vector
b2ContactImpulse
tangentImpulses
: Vector
b2ContactImpulse
Property detail
normalImpulses
property
public var normalImpulses:Vector
tangentImpulses
property
public var tangentImpulses:Vector
Box2DFlash 2.1a