AngularImpulse

From Valve Developer Community
Revision as of 18:49, 21 January 2010 by Psycommando (talk | contribs) (Created page with '{{stub}} == AngularImpulse == An angular impulse is a typedef of the Vector type. It's declared in the vector.h file. It is mostly used with physics-related code. == An Expla…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

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


AngularImpulse

An angular impulse is a typedef of the Vector type. It's declared in the vector.h file. It is mostly used with physics-related code.

An Explanation :

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