De/AngularImpulse

From Valve Developer Community
< De
Revision as of 06:10, 24 May 2011 by Biohazard 90 (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;