XMU555 constructors
Constructors exposed by XMU555
.
Constructs instances of the XMU555 structure.
Note
The constructors listed here are only available under C++.
Overload list
Constructor | Description |
---|---|
XMU555 (uint16_t) | Initializes a new instance of XMU555 from a uint16_t variable containing component data in a packed format. This constructor initializes a new instance of XMU555 from a uint16_t variable containing component data in a packed format. Note: This constructor is only available under C++. |
*XMU555 (const float,bool)** | Initializes a new instance of XMU555 from a three element float array and one bool argument. This constructor initializes a new instance of XMU555 from a three element float array (specifying x-, y- and z-components) and one bool argument (specifying a w-component). Note: This constructor is only available under C++. |
*XMU555 (const int8_t,bool)** | Initializes a new instance of XMU555 from a three element int8_t array and one bool argument. This constructor initializes a new instance of XMU555 from a three element int8_t array (specifying x-, y- and z-components) and one bool argument (specifying a w-component). Note: This constructor is only available under C++. |
XMU555 (float,float,float,bool) | Initializes a new instance of XMU555 from three float and one bool arguments. This constructor initializes a new instance of XMU555 from three float (specifying x-, y-, and z-components) and one bool (specifying the w-component) arguments. Note: This constructor is only available under C++. |
XMU555 (int8_t,int8_t,int8_t,bool) | Initializes a new instance of XMU555 from three int8_t and one bool arguments. This constructor initializes a new instance of XMU555 from three int8_t (specifying x-, y-, and z-components) and one bool (specifying a w-component) arguments. Note: This constructor is only available under C++. |
XMU555 () | Default constructor for XMU555 Default constructor for XMU555 Note: This is only available for C++ based development. |
See also
-
Reference