NewtonContactJointRemoveContact

From Newton Wiki
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