XMFLOAT3X3 constructors

Constructors exposed by XMFLOAT3X3.

Constructs instances of the XMFLOAT3X3 structure.

Note

The constructors listed here are only available under C++.

 

Overload list

Constructor Description
XMFLOAT3X3 () Default constructor for XMFLOAT3X3
Default constructor for XMFLOAT3X3
Note: This is only available for C++ based development.
*XMFLOAT3X3 (const float)** Initializes a new instance of the XMFLOAT3X3 structure from a nine element float array.
Initializes a new instance of the XMFLOAT3X3 structure from a nine element float array.
Note: This constructor is only available under C++.
XMFLOAT3X3 (float,float,float,float,float,float,float,float,float) Initializes a new instance of the XMFLOAT3X3 structure from nine scalar float values.
Initializes a new instance of the XMFLOAT3X3 structure from nine scalar float values.
Note: This constructor is only available under C++.

See also

XMFLOAT3X3 Extensions

Reference

XMFLOAT3X3