Difference between revisions of "NewtonBodyGetAcceleration"

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

Revision as of 08:02, 10 June 2019

NewtonBodyGetAcceleration

void NewtonBodyGetAcceleration(const NewtonBody* const body, dFloat* const vector)

Usage

Get the global linear velocity of the body.

Parameters

  • const NewtonBody* const body
  • dFloat* const vector

Return

  • (Procedure)

Description

See also

NewtonBodySetVelocity