XMMATRIX constructors
Constructs instances of the XMMATRIX structure.
Note The constructors listed here are only available under C++.
Overload list
| Constructor | Description |
|---|---|
| XMMATRIX (float,float,float,float,float,float,float,float,float,float,float,float,float,float,float,float) |
Initializes a new instance of the
Initializes a new instance of the XMMATRIX structure from sixteen
scalar Note
This constructor is only available when developing with C++.
|
| XMMATRIX () |
Default constructor for Default constructor for XMMATRIX. Note This constructor is only available when developing with C++.
|
| XMMATRIX (const float*) |
Initializes a new instance of the Initializes a new instance of the XMMATRIX structure from a sixteen element Note This constructor is only available when developing with C++.
|
| XMMATRIX (XMVECTOR,XMVECTOR,XMVECTOR,XMVECTOR) |
Initializes a new instance of the Initializes a new instance of the XMMATRIX structure from four instances of XMVECTOR Data Type |
See also
- XMMATRIX Extensions
- Reference
- XMMATRIX