Difference between revisions of "NewtonJointGetInfo"

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

Latest revision as of 08:02, 10 June 2019

NewtonJointGetInfo

void NewtonJointGetInfo  (const NewtonJoint* const joint, NewtonJointRecord* const info)

Usage

Get creation parameters for this joint.

Parameters

  • const NewtonJoint* const joint
  • NewtonJointRecord* const info

Return

  • (Procedure)

Description

  • This function can be used by the application for writing file format and for serialization.

See also