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