XMMatrixRotationX-Funktion (directxmath.h)
Erstellt eine Matrix, die sich um die x-Achse dreht.
Syntax
XMMATRIX XM_CALLCONV XMMatrixRotationX(
[in] float Angle
) noexcept;
Parameter
[in] Angle
Drehwinkel um die x-Achse in Bogenmaß. Winkel werden im Uhrzeigersinn gemessen, wenn sie entlang der Drehachse zum Ursprung schauen.
Rückgabewert
Gibt die Rotationsmatrix zurück.
Hinweise
Plattformanforderungen
Microsoft Visual Studio 2010 oder Microsoft Visual Studio 2012 mit dem Windows SDK für Windows 8. Unterstützt für Win32-Desktop-Apps, Windows Store-Apps und Windows Phone 8-Apps.Anforderungen
Zielplattform | Windows |
Kopfzeile | directxmath.h |