XMFLOAT4X4::XMFLOAT4X4 (constXMFLOAT4X4&) 函数 (directxmath.h)
的默认构造函数 XMFLOAT4X4
XMFLOAT4X4的默认构造函数
注意 这仅适用于基于 C++ 的开发。
语法
void XMFLOAT4X4(
const XMFLOAT4X4 & unnamedParam1
);
参数
unnamedParam1
TBD
返回值
无
备注
XMFLOAT4X4()
构造 结构的新实例, XMFLOAT4X4
但不定义其任何成员的值。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | directxmath.h |
另请参阅
引用