NewtonBodyFindContact

From Newton Wiki
Revision as of 05:39, 18 June 2019 by WikiSysop (talk | contribs) (Created page with "== NewtonBodyFindContact == NewtonJoint* NewtonBodyFindContact (const NewtonBody* const body0, const NewtonBody* const body1) == Usage == Return a pointer to the next cont...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NewtonBodyFindContact

NewtonJoint* NewtonBodyFindContact (const NewtonBody* const body0, const NewtonBody* const body1)

Usage

Return a pointer to the next contact joint the connect these two bodies, if the are colliding

Parameters

  • const NewtonBody* const body0
  • const NewtonBody* const body1

Return

  • NewtonJoint*

Description

See also

NewtonBodyGetFirstContactJoint NewtonContactJointGetFirstContact NewtonContactJointGetNextContact NewtonContactJointRemoveContact