Function directx_math::XMMatrixReflect[][src]

pub fn XMMatrixReflect(ReflectionPlane: FXMVECTOR) -> XMMATRIX

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