Difference between revisions of "NewtonBodyGetAcceleration"

From Newton Wiki
Jump to: navigation, search
m (1 revision imported)
 
Line 5: Line 5:
 
== Usage ==
 
== Usage ==
  
Get the global linear velocity of the body.
+
Get the global linear Acceleration of the body.
  
 
== Parameters ==
 
== Parameters ==

Latest revision as of 05:39, 18 June 2019

NewtonBodyGetAcceleration

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

Usage

Get the global linear Acceleration of the body.

Parameters

  • const NewtonBody* const body
  • dFloat* const vector

Return

  • (Procedure)

Description

See also

NewtonBodySetVelocity