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