Difference between revisions of "NewtonBodyGetAlpha"

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

Latest revision as of 08:02, 10 June 2019

NewtonBodyGetAlpha

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

Usage

Get the global angular accelration of the body.

Parameters

  • const NewtonBody* const body
  • dFloat* const vector

Return

  • (Procedure)

Description

See also