NewtonJointIterator

From Newton Wiki
Jump to: navigation, search

NewtonJointIterator

typedef void (*NewtonJointIterator) (const NewtonJoint* const joint, void* const userData)

Usage

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

Parameters

  • joint NewtonJoint*
  • userData void*

Return

  • void

Description

Remarks

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

See also

NewtonWorldForEachJointDo