Difference between revisions of "NewtonBodyFindContact"

From Newton Wiki
Jump to: navigation, search
(Created page with "== NewtonBodyFindContact == NewtonJoint* NewtonBodyFindContact (const NewtonBody* const body0, const NewtonBody* const body1) == Usage == Return a pointer to the next cont...")
 
(No difference)

Latest revision as of 05:39, 18 June 2019

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