De/AngularImpulse

From Valve Developer Community
< De
Revision as of 23:03, 9 October 2011 by Mattshu (talk | contribs)
Jump to navigation Jump to search

Template:Otherlang2

Stub

This article or section is a stub. You can help by expanding it.


AngularImpulse

Ein AngularImpulse ist eine typedef der Vector Klasse. Sie wird in der Datei vector.h deklariert. Weiterhin wird sie hauptsächlich in Code verwendet, der die Physiksimulation anspricht.

Definition

\..\src\public\mathlib\vector.h

//-----------------------------------------------------------------------------
// AngularImpulse
//-----------------------------------------------------------------------------
// AngularImpulse are exponetial maps (an axis scaled by a "twist" angle in degrees)
typedef Vector AngularImpulse;