XMFLOAT2::XMFLOAT2 function (directxmath.h)

Default constructor for XMFLOAT2.

Default constructor for XMFLOAT2.

Note  This constructor is only available under C++.
 

Syntax

void XMFLOAT2();

Return value

None

Remarks

XMFLOAT2() constructs a new instance of the XMFLOAT2 structure without defining the value of any of its members.

Requirements

Requirement Value
Target Platform Windows
Header directxmath.h

See also

Reference

XMFLOAT2

XMFLOAT2 Constructors