Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 320 Bytes

Box2dContactImpulse.md

File metadata and controls

9 lines (8 loc) · 320 Bytes

Box2dContactImpulse

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.

FIELDS

  • normalImpulses (number[])
  • tangentImpulses (number[])
  • count (number)