Difference between revisions of "NewtonGetPostUpdateCallback"

From Newton Wiki
Jump to: navigation, search
m (1 revision imported)
m (WikiSysop moved page NewtonSetPosUpdateCallback to NewtonGetPostUpdateCallback: renamed function)
(No difference)

Revision as of 05:13, 18 June 2019

NewtonSetPosUpdateCallback

void NewtonSetPosUpdateCallback (const NewtonWorld* const newtonWorld, NewtonPostUpdateCallback callback)

Usage

Sets the post-update callback to call once NewtonUpdate procedure finishes.

Parameters

  • const NewtonWorld* const newtonWorld
  • NewtonPostUpdateCallback callback

Return

  • (Procedure)

Remarks

See also