AngularImpulse: Difference between revisions
Jump to navigation
Jump to search
Psycommando (talk | contribs) mNo edit summary |
Psycommando (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
Line 18: | Line 17: | ||
typedef Vector AngularImpulse; | typedef Vector AngularImpulse; | ||
</source> | </source> | ||
[[Category:Variables]] |
Revision as of 19:00, 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;