Function directx_math::XMPlaneTransform[][src]

pub fn XMPlaneTransform(P: FXMVECTOR, M: FXMMATRIX) -> XMVECTOR

Transforms a plane by a given matrix.

Parameters

P XMVECTOR describing the plane coefficients (A, B, C, D) for the plane equation Ax+By+Cz+D=0.

M Transformation matrix.

Return value

Returns the transformed plane as a 4D vector whose components are the plane coefficients (A, B, C, D) for the plane equation Ax+By+Cz+D=0.

Reference

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