Difference between revisions of "NewtonCreateContactCallback"

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

Latest revision as of 05:51, 18 June 2019

NewtonCreateContactCallback

typedef void (*NewtonCreateContactCallback) (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