Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 XMFLOAT4X3Default 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