XMINT2::XMINT2(constint32_t*) function (directxmath.h)
Initializes a new instance of XMINT2
from a two element int32_t2
array argument.
This constructor initializes a new instance of XMINT2 from a from a two element int32_t
array argument.
Note This constructor is only available under C++.
Syntax
void XMINT2(
const int32_t *pArray
) noexcept;
Parameters
pArray
Two element int32_t
array containing the values used to initialize the two components of a new instance of
XMINT2
.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | directxmath.h |
See also
Reference