XMMatrixReflect-Funktion (directxmath.h)

Erstellt eine Transformationsmatrix, die entwickelt wurde, um Vektoren durch eine bestimmte Ebene widerzuspiegeln.

Syntax

XMMATRIX XM_CALLCONV XMMatrixReflect(
  [in] FXMVECTOR ReflectionPlane
) noexcept;

Parameter

[in] ReflectionPlane

Ebene, durch die reflektiert werden soll.

Rückgabewert

Gibt die Transformationsmatrix 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

Weitere Informationen

DirectXMath-Bibliotheksmatrixfunktionen