NewtonJointGetInfo

From Newton Wiki
Revision as of 08:02, 10 June 2019 by WikiSysop (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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