XMVector2TransformNormalStream 函数 (directxmath.h)
通过给定矩阵转换 2D 法向量的流。
语法
XMFLOAT2 *XM_CALLCONV XMVector2TransformNormalStream(
[out] XMFLOAT2 *pOutputStream,
[in] size_t OutputStride,
[in] const XMFLOAT2 *pInputStream,
[in] size_t InputStride,
[in] size_t VectorCount,
[in] FXMMATRIX M
) noexcept;
参数
[out] pOutputStream
目标流中第一 个XMFLOAT2 的地址。
[in] OutputStride
目标流中向量之间的步幅(以字节为单位)。
[in] pInputStream
要转换的流中第一个 XMFLOAT2 的地址。
[in] InputStride
输入流中向量之间的步幅(以字节为单位)。
[in] VectorCount
要转换的向量数。
[in] M
转换矩阵。
返回值
返回目标流中第一 个XMFLOAT2 的地址。
注解
必须规范化输入流中的每个向量。
XMVector2TransformNormalStream
使用输入转换矩阵的第 0 行和第 1 行进行旋转和缩放。 忽略第 2 行和第 3 行。
平台要求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 与 Windows 8 Windows SDK。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | directxmath.h (包括 DirectXMath.h) |