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