XMFLOAT4::XMFLOAT4 function (directxmath.h)

Default constructor for XMFLOAT4.

Default constructor for XMFLOAT4.

Note  This constructor is only available under C++.
 

Syntax

void XMFLOAT4();

Return value

None

Remarks

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

Requirements

Requirement Value
Target Platform Windows
Header directxmath.h

See also

Reference

XMFLOAT4

XMFLOAT4 Constructors