XMMatrixTranslation 函数 (directxmath.h)
从指定的偏移量生成转换矩阵。
语法
XMMATRIX XM_CALLCONV XMMatrixTranslation(
[in] float OffsetX,
[in] float OffsetY,
[in] float OffsetZ
) noexcept;
参数
[in] OffsetX
沿 x 轴进行平移。
[in] OffsetY
沿 y 轴进行平移。
[in] OffsetZ
沿 z 轴进行平移。
返回值
返回转换矩阵。
注解
平台要求
具有 Windows SDK for Windows 8 的 Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | directxmath.h |