XMUSHORT2::XMUSHORT2 (constuint16_t*) 函式 (directxpackedvector.h)
從自變數陣列uint16_t
初始化 XMUSHORT2 的新實例。
這個建構函式會從自變數數位初始化 XMUSHORT2 的新 uint16_t
實例。
注意 此建構函式只能在 C++ 下使用。
語法
void XMUSHORT2(
const uint16_t *pArray
) noexcept;
參數
pArray
陣列,包含新 XMUSHORT2的 x 和 y 值。
傳回值
無
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | directxpackedvector.h |