Skip to content

Latest commit

 

History

History
109 lines (78 loc) · 3.07 KB

nf-directxpackedvector-xmbyte4-xmbyte4(int8_t_int8_t_int8_t_int8_t).md

File metadata and controls

109 lines (78 loc) · 3.07 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:directxpackedvector.XMBYTE4.XMBYTE4(int8_t,int8_t,int8_t,int8_t)
XMBYTE4::XMBYTE4(int8_t,int8_t,int8_t,int8_t) (directxpackedvector.h)
Initializes a new instance of XMBYTE4 from four int8_t arguments.
XMBYTE4
XMBYTE4 constructor [DirectX Math Support APIs]
XMBYTE4 constructor [DirectX Math Support APIs]
XMBYTE4 structure
XMBYTE4 structure [DirectX Math Support APIs]
XMBYTE4 constructor
XMBYTE4.XMBYTE4
XMBYTE4.XMBYTE4(int8_t
int8_t
int8_t
int8_t)
XMBYTE4::XMBYTE4
XMBYTE4::XMBYTE4(int8_t
int8_t
int8_t
int8_t)
dxmath.xmbyte4_ctor_2
dxmath\xmbyte4_ctor_2.htm
dxmath
M:Microsoft.directx_sdk.reference.XMBYTE4.#ctor(int8_t,int8_t,int8_t,int8_t)
12/05/2018
XMBYTE4, XMBYTE4 constructor [DirectX Math Support APIs], XMBYTE4 constructor [DirectX Math Support APIs],XMBYTE4 structure, XMBYTE4 structure [DirectX Math Support APIs],XMBYTE4 constructor, XMBYTE4.XMBYTE4, XMBYTE4.XMBYTE4(int8_t,int8_t,int8_t,int8_t), XMBYTE4::XMBYTE4, XMBYTE4::XMBYTE4(int8_t,int8_t,int8_t,int8_t), dxmath.xmbyte4_ctor_2
directxpackedvector.h
Windows
DirectX::PackedVector
Windows
19H1
XMBYTE4::XMBYTE4
directxpackedvector/XMBYTE4::XMBYTE4
c++
APIRef
kbSyntax
COM
DirectXPackedVector.h
XMBYTE4.XMBYTE4

XMBYTE4::XMBYTE4(int8_t,int8_t,int8_t,int8_t)

-description

Initializes a new instance of XMBYTE4 from four int8_t arguments.

This constructor initializes a new instance of XMBYTE4 from four int8_t arguments.

Note  This constructor is only available under C++.
 

-parameters

-param _x

Value of the x-coordinate of the vector, the x member of the new XMBYTE4 instance.

-param _y

Value of the y-coordinate of the vector, the y member of the new XMBYTE4 instance.

-param _z

Value of the z-coordinate of the vector, the z member of the new XMBYTE4 instance.

-param _w

Value of the w-coordinate of the vector, the w member of the new XMBYTE4 instance.

-remarks

The following pseudocode demonstrates the operation of this constructor:


	XMBYTE4 instance;

	instance.x = _x;
	instance.y = _y;
	instance.z = _z;
	instance.w = _w;

    

-see-also

Reference

XMBYTE4

XMBYTE4 Constructors