Difference between revisions of "NewtonUserJointSetFeedbackCollectorCallback"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

NewtonUserJointSetFeedbackCollectorCallback

void NewtonUserJointSetFeedbackCollectorCallback (const NewtonJoint* const joint, NewtonUserBilateralCallback getFeedback)

Usage

Set a constrain callback to collect the force calculated by the solver to enforce this constraint

Parameters

  • const NewtonJoint* const joint
  • NewtonUserBilateralCallback getFeedback

Return

  • (Procedure)

Description

See also

NewtonUserJointGetRowForce