XMUSHORT2::XMUSHORT2 (constuint16_t*) 函数 (directxpackedvector.h)
从参数数组uint16_t
初始化 XMUSHORT2 的新实例。
此构造函数从参数数组uint16_t
初始化 XMUSHORT2 的新实例。
注意 此构造函数仅在 C++ 下可用。
语法
void XMUSHORT2(
const uint16_t *pArray
) noexcept;
参数
pArray
包含新 XMUSHORT2的 x 和 y 值的数组。
返回值
无
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | directxpackedvector.h |