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