XMFLOAT4X4 constructors
Constructors exposed by XMFLOAT4X4
.
Constructs instances of the XMFLOAT4X4 structure.
Note
The constructors listed here are only available under C++.
Overload list
Constructor | Description |
---|---|
XMFLOAT4X4 (float,float,float,float,float,float,float,float,float,float,float,float,float,float,float,float) | Initializes a new instance of the XMFLOAT4X4 structure from sixteen scalar float values. Initializes a new instance of the XMFLOAT4X4 structure from sixteen scalar float values. Note: This constructor is only available under C++. |
XMFLOAT4X4 () | Default constructor for XMFLOAT4X4 Default constructor for XMFLOAT4X4 Note: This is only available for C++ based development. |
*XMFLOAT4X4 (const float)** | Initializes a new instance of the XMFLOAT4X4 structure from a sixteen element float array. Initializes a new instance of the XMFLOAT4X4 structure from a sixteen element float array. Note: This constructor is only available under C++. |
See also
-
Reference