XMVector2ReciprocalLength-Funktion (directxmath.h)
Berechnet den Kehrwert der Länge eines 2D-Vektors.
XMVECTOR XM_CALLCONV XMVector2ReciprocalLength(
[in] FXMVECTOR V
) noexcept;
[in] V
2D-Vektor.
Gibt den Kehrwert der Länge von V zurück.
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.Zielplattform | Windows |
Kopfzeile | directxmath.h (einschließlich DirectXMath.h) |
Geometrische Funktionen der DirectXMath-Bibliothek mit 2D-Vektoren