Builds a transformation matrix designed to reflect vectors through a given plane.
XMMATRIX XMMatrixReflect(
XMVECTOR ReflectionPlane
)
ReflectionPlane
Type: XMVECTOR
Plane to reflect through.
Type: XMMATRIX
Returns the transformation matrix.
Header: Declared in directxmath.h.