Difference between revisions of "NewtonWorldSetCreateDestroyContactCallback"

From Newton Wiki
Jump to: navigation, search
(Created page with "== NewtonWorldSetCreateDestroyContactCallback == void NewtonWorldSetCreateDestroyContactCallback(const NewtonWorld* const newtonWorld, NewtonCreateContactCallback createCont...")
 
(No difference)

Latest revision as of 05:25, 18 June 2019

NewtonWorldSetCreateDestroyContactCallback

void NewtonWorldSetCreateDestroyContactCallback(const NewtonWorld* const newtonWorld, NewtonCreateContactCallback createContact, NewtonDestroyContactCallback destroyContact)

Usage

Parameters

  • const NewtonWorld* const newtonWorld
  • NewtonCreateContactCallback createContact
  • NewtonDestroyContactCallback destroyContact

Return

  • (Procedure)

Description

See also