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