Difference between revisions of "NewtonCorkscrewGetJointPosit"

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

Latest revision as of 08:02, 10 June 2019

NewtonCorkscrewGetJointPosit

dFloat NewtonCorkscrewGetJointPosit (const NewtonJoint* corkscrew);

Usage

Get the relative joint angle between the two bodies.

Parameters

  • const NewtonJoint *Corkscrew - pointer to the joint.

Return

  • the joint angle relative to the hinge pin.

Remarks

  • this function can be used during a function update call back to provide the application with some special effect. for example the application can play a bell sound when the joint angle passes some max value.

See also

NewtonCorkscrewSetUserCallback