Difference between revisions of "NewtonDestroyContactCallback"

From Newton Wiki
Jump to: navigation, search
(Created page with "== NewtonDestroyContactCallback == typedef void (*NewtonDestroyContactCallback) (const NewtonWorld* const newtonWorld, NewtonJoint* const contact) == Usage == Callback fun...")
 
(No difference)

Latest revision as of 05:51, 18 June 2019

NewtonDestroyContactCallback

typedef void (*NewtonDestroyContactCallback) (const NewtonWorld* const newtonWorld, NewtonJoint* const contact)

Usage

Callback function that is called by Newton function(s): NewtonWorldSetCreateDestroyContactCallback

Parameters

  • newtonWorld NewtonWorld*
  • contact NewtonJoint*

Return

  • void

Description

Remarks

  • This is not a library function, but a callback event.

See also

NewtonWorldSetCreateDestroyContactCallback