XMPlaneTransformStream 函数 (directxmath.h)
按给定矩阵转换平面流。
语法
XMFLOAT4 *XM_CALLCONV XMPlaneTransformStream(
[out] XMFLOAT4 *pOutputStream,
[in] size_t OutputStride,
[in] const XMFLOAT4 *pInputStream,
[in] size_t InputStride,
[in] size_t PlaneCount,
FXMMATRIX ITM
) noexcept;
参数
[out] pOutputStream
目标流中第一个 XMFLOAT4 的地址。 每个 XMFLOAT4 的分量是平面方程 Ax+By+Cz+D=0
的平面系数 (A、B、C、D) 。
[in] OutputStride
目标流中平面之间的步幅(以字节为单位)。
[in] pInputStream
要转换的流中第一个 XMFLOAT4 的地址。 每个 XMFLOAT4 的分量是平面方程 Ax+By+Cz+D=0
的平面系数 (A、B、C、D) 。
[in] InputStride
输入流中平面之间的步幅(以字节为单位)。
[in] PlaneCount
要转换的平面数。
ITM
返回值
返回目标流中第一个 XMFLOAT4 的地址。 每个 XMFLOAT4 的分量是平面方程 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 |