NewtonContactJointRemoveContact

From Newton Wiki
Revision as of 08:02, 10 June 2019 by WikiSysop (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NewtonContactJointRemoveContact

 void NewtonContactJointRemoveContact (const NewtonJoint* contactJoint, void* contact); 

Usage

Removes a contact point from the contact joint.

Parameters

  • const NewtonJoint* contactJoint - pointer to the contact joint.
  • void* contact - pointer to the contact point to be removed.

Return

  • Nothing.

Description

Removes a contact point from the contact joint. This removal means that the contact won't be processed by Newton.

Remarks

Added since Newton 2.0

See also

NewtonContactJointGetFirstContact NewtonContactJointGetNextContact NewtonContactJointGetContactCount