AngularImpulse: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Nesciuse moved page AngularImpulse/en to AngularImpulse without leaving a redirect: Move en subpage to basepage)
 
(17 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{stub}}
{{LanguageBar|title = AngularImpulse}}
 




== AngularImpulse ==
'''<code>AngularImpulse</code>''' is a [[W:typedef|typedef]] of <code>[[Vector]]</code> used to represent torque (angular rotation force). It is most often seen in the context of [[VPhysics]].


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 : ==


{{stub}}


<code>
[[Category:Variables]]
from \..\src\public\mathlib\vector.h
//-----------------------------------------------------------------------------
// AngularImpulse
//-----------------------------------------------------------------------------
// AngularImpulse are exponetial maps (an axis scaled by a "twist" angle in degrees)
typedef Vector AngularImpulse;
</code>

Latest revision as of 04:33, 12 July 2024

English (en)Deutsch (de)Translate (Translate)


AngularImpulse is a typedef of Vector used to represent torque (angular rotation force). It is most often seen in the context of VPhysics.


Stub

This article or section is a stub. You can help by expanding it.