XMFLOAT3::XMFLOAT3 function (directxmath.h)
Default constructor for XMFLOAT3
.
Default constructor for XMFLOAT3.
Note This constructor is only available under C++.
Syntax
void XMFLOAT3();
Return value
None
Remarks
XMFLOAT3()
constructs a new instance of the XMFLOAT3
structure without
defining the value of any of its members.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | directxmath.h |
See also
Reference