Function XMMatrixReflect

Source
pub fn XMMatrixReflect(ReflectionPlane: FXMVECTOR) -> XMMATRIX
Expand description

Builds a transformation matrix designed to reflect vectors through a given plane.

§Parameters

ReflectionPlane Plane to reflect through.

§Return value

Returns the transformation matrix.

§Reference

https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMMatrixReflect