AngularImpulse: Difference between revisions
Jump to navigation
Jump to search
Psycommando (talk | contribs) |
Psycommando (talk | contribs) |
||
Line 11: | Line 11: | ||
''\..\src\public\mathlib\vector.h'' | ''\..\src\public\mathlib\vector.h'' | ||
<source lang=cpp> | <source lang=cpp> | ||
//----------------------------------------------------------------------------- | |||
// AngularImpulse | |||
//----------------------------------------------------------------------------- | |||
// AngularImpulse are exponetial maps (an axis scaled by a "twist" angle in degrees) | |||
typedef Vector AngularImpulse; | |||
</source> | </source> |
Revision as of 18:57, 21 January 2010
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 :
\..\src\public\mathlib\vector.h
//-----------------------------------------------------------------------------
// AngularImpulse
//-----------------------------------------------------------------------------
// AngularImpulse are exponetial maps (an axis scaled by a "twist" angle in degrees)
typedef Vector AngularImpulse;