AngularImpulse: Difference between revisions
Jump to navigation
Jump to search
Psycommando (talk | contribs) |
No edit summary |
||
Line 1: | Line 1: | ||
{{otherlang2 | |||
|de=AngularImpulse | |||
}} | |||
{{stub}} | {{stub}} | ||
Line 20: | Line 23: | ||
[[Category:Variables]] | [[Category:Variables]] | ||
[[Category:Glossary]] | |||
[[Category:English]] |
Revision as of 13:48, 14 May 2011
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;