NewtonBodyGetAcceleration

From Newton Wiki
Revision as of 05:39, 18 June 2019 by WikiSysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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