XMFLOAT3PK constructors
Constructors exposed by XMFLOAT3PK
.
Constructs instances of the XMFLOAT3PK structure.
Note
The constructors listed here are only available under C++.
Overload list
Constructor | Description |
---|---|
XMFLOAT3PK () | Default constructor for XMFLOAT3PK .Default constructor for XMFLOAT3PK. Note: This constructor is only available under C++. |
XMFLOAT3PK (uint32_t) | Initializes a new instance of XMFLOAT3PK from a uint32_t variable containing component data in a packed format.This constructor initializes a new instance of XMFLOAT3PK from a uint32_t variable containing component data in a packed format.Note: This constructor is only available under C++. |
*XMFLOAT3PK (const float)** | Initializes a new instance of XMFLOAT3PK from a three element float array argument.This constructor initializes a new instance of XMFLOAT3PK from a three element float array argument.Note: This constructor is only available under C++. |
XMFLOAT3PK (float,float,float) | Initializes a new instance of XMFLOAT3PK from three float arguments.This constructor initializes a new instance of XMFLOAT3PK from three float arguments.Note: This constructor is only available under C++. |
See also
-
Reference