AngularImpulse

From Valve Developer Community
< De
Jump to navigation Jump to search
English (en)Deutsch (de)Translate (Translate)
Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Icon-callout-underlinked.png
This article needs more links to other pages (since January 2024). You can help improve navigation by adding links to related documentation, such as entities or tools.
Icon-callout-orphan.png
This article is an orphan, meaning that few or no articles link to it (since January 2024). You can help by adding links to this article from other relevant articles.
Dieser Artikel ist unvollständig(en). Du kannst helfen, indem du ihn erweiterst.

AngularImpulse

Ein AngularImpulse ist eine typedef der Vector(en) Klasse. Sie wird in der Datei vector.h deklariert. Weiterhin wird sie hauptsächlich in Code verwendet, der die Physiksimulation anspricht.

Definition

\..\src\public\mathlib\vector.h

//-----------------------------------------------------------------------------
// AngularImpulse
//-----------------------------------------------------------------------------
// AngularImpulse are exponetial maps (an axis scaled by a "twist" angle in degrees)
typedef Vector AngularImpulse;