XMMATRIX constructors
Constructs instances of the XMMATRIX structure.
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 XMMATRIX structure from sixteen scalar float values. Initializes a new instance of the XMMATRIX structure from sixteen scalar float values. Note: This constructor is only available when developing with C++. |
XMMATRIX () | Default constructor for XMMATRIX .Default constructor for XMMATRIX. Note: This constructor is only available when developing with C++. |
*XMMATRIX (const float)** | Initializes a new instance of the XMMATRIX structure from a sixteen element float array. Initializes a new instance of the XMMATRIX structure from a sixteen element float array. Note: This constructor is only available when developing with C++. |
XMMATRIX (XMVECTOR,XMVECTOR,XMVECTOR,XMVECTOR) | Initializes a new instance of the XMMATRIX structure from four instances of XMVECTOR .Initializes a new instance of the XMMATRIX structure from four instances of XMVECTOR Data Type |
See also
-
Reference