Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 300 Bytes

Box2dWorldManifold.md

File metadata and controls

7 lines (6 loc) · 300 Bytes

Box2dWorldManifold

This is used to compute the current state of a contact manifold.

FIELDS

  • normal (vector3) - World vector pointing from A to B.
  • points (vector3[]) - World contact point (point of intersection).
  • separations (number[]) - A negative value indicates overlap, in meters.