B2GETCONTACTMANIFOLDCOUNT

This command will return the number of manifolds in the specified contact.  You can then examine the properties for each manifold with b2GetContactManifold.  You can retrieve the contacts for a node with b2GetContactNodeContact.  The parameter should be the integer handle of the contact that was returned by the previously listed command.

 

Syntax

Return as Integer = b2GetContactManifoldCount(ID as Integer)

Related Information

BOX2D Commands Menu
Index