NewtonCreateContactCallback

From Newton Wiki
Jump to: navigation, search

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