XMINT2::XMINT2(int32_t,int32_t) function (directxmath.h)
Initializes a new instance of XMINT2
from two int32_t
arguments.
This constructor initializes a new instance of XMINT2 from two
int32_t
arguments.
Note This constructor is only available under C++.
Syntax
void XMINT2(
int32_t _x,
int32_t _y
) noexcept;
Parameters
_x
Value of the x-coordinate of the vector, the x member of the new
XMINT2
instance.
_y
Value of the y-coordinate of the vector, the y member of the new
XMINT2
instance.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | directxmath.h |
See also
Reference