Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of XMUSHORT2 from an array of uint16_t arguments.
This constructor initializes a new instance of XMUSHORT2 from an array of uint16_t arguments.
Note This constructor is only available under C++.
Syntax
void XMUSHORT2(
const uint16_t *pArray
) noexcept;
Parameters
pArray
An array containing the x and y values of the new XMUSHORT2.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | directxpackedvector.h |