XMPlaneTransform 函数 (directxmath.h)

按给定矩阵转换平面。

语法

XMVECTOR XM_CALLCONV XMPlaneTransform(
  [in] FXMVECTOR P,
       FXMMATRIX ITM
) noexcept;

参数

[in] P

描述平面方程Ax+By+Cz+D=0的平面系数的 XMVECTOR (A、B、C、D) 。

ITM

返回值

以 4D 矢量的形式返回转换后的平面,其分量是平面方程 Ax+By+Cz+D=0的平面系数 (A、B、C、D) 。

备注

平台要求

带有 Windows SDK for Windows 8 的 Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。

要求

   
目标平台 Windows
标头 directxmath.h

另请参阅

DirectXMath 库平面函数

XMPlaneTransformStream