XMFLOAT3SE constructors

Constructors exposed by XMFLOAT3SE.

Constructs instances of the XMFLOAT3SE structure.

Note

The constructors listed here are only available under C++.

 

Overload list

Constructor Description
XMFLOAT3SE () Default constructor for XMFLOAT3SE.
Default constructor for XMFLOAT3SE.
Note: This constructor is only available under C++.
XMFLOAT3SE (uint32_t) Initializes a new instance of XMFLOAT3SE from a uint32_t variable containing component data in a packed format.
This constructor initializes a new instance of XMFLOAT3SE from a uint32_t variable containing component data in a packed format.
Note: This constructor is only available under C++.
*XMFLOAT3SE (const float)** Initializes a new instance of XMFLOAT3SE from a three element float array argument.
This constructor initializes a new instance of XMFLOAT3SE from a from a three element float array argument.
Note: This constructor is only available under C++.
XMFLOAT3SE (float,float,float) Initializes a new instance of XMFLOAT3SE from three float arguments.
This constructor initializes a new instance of XMFLOAT3SE from three float arguments.
Note: This constructor is only available under C++.

See also

XMFLOAT3SE Extensions

Reference

XMFLOAT3SE