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