AngularImpulse

From Valve Developer Community
< De
Jump to: navigation, 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)
Underlinked - Logo.png
This article needs more Wikipedia icon links to other articles to help Wikipedia icon integrate it into the encyclopedia. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

Stub

Dieser Artikel ist unvollständig. 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;