NewtonBodyGetAcceleration

From Newton Wiki
Jump to: navigation, search

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