AngularImpulse
Jump to navigation
Jump to search
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;