NewtonDestroyJoint

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

NewtonDestroyJoint

void NewtonDestroyJoint( const NewtonWorld* newtonWorld, const NewtonJoint* joint)

Usage

destroy a joint.

Parameters

  • const NewtonWorld *newtonWorld - is the pointer to the body.
  • const NewtonJoint *joint - pointer to joint to be destroyed

Return

  • nothing

Remarks

  • The application can call this function when it wants to destroy a joint. This function can be used by the application to simulate breakable joints


See also

NewtonConstraintCreateJoint NewtonConstraintCreateHinge NewtonConstraintCreateSlider