AngularImpulse: Difference between revisions
Jump to navigation
Jump to search
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…') |
Psycommando (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
<code> | <code> | ||
//----------------------------------------------------------------------------- | //----------------------------------------------------------------------------- | ||
// AngularImpulse | // AngularImpulse | ||
//----------------------------------------------------------------------------- | //----------------------------------------------------------------------------- | ||
// AngularImpulse are exponetial maps (an axis scaled by a "twist" angle in degrees) | // AngularImpulse are exponetial maps (an axis scaled by a "twist" angle in degrees) | ||
typedef Vector AngularImpulse; | typedef Vector AngularImpulse; | ||
</code> | </code> |
Revision as of 18:50, 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 :
//-----------------------------------------------------------------------------
// AngularImpulse
//-----------------------------------------------------------------------------
// AngularImpulse are exponetial maps (an axis scaled by a "twist" angle in degrees)
typedef Vector AngularImpulse;