Skip to content

Latest commit

 

History

History
112 lines (80 loc) · 3.24 KB

nf-directxpackedvector-xmshortn4-xmshortn4(int16_t_int16_t_int16_t_int16_t).md

File metadata and controls

112 lines (80 loc) · 3.24 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.XMSHORTN4.XMSHORTN4(int16_t,int16_t,int16_t,int16_t)
XMSHORTN4::XMSHORTN4(int16_t,int16_t,int16_t,int16_t) (directxpackedvector.h)
Initializes a new instance of XMSHORTN4 from four int16_t arguments.
XMSHORTN4
XMSHORTN4 constructor [DirectX Math Support APIs]
XMSHORTN4 constructor [DirectX Math Support APIs]
XMSHORTN4 structure
XMSHORTN4 structure [DirectX Math Support APIs]
XMSHORTN4 constructor
XMSHORTN4.XMSHORTN4
XMSHORTN4.XMSHORTN4(int16_t
int16_t
int16_t
int16_t)
XMSHORTN4::XMSHORTN4
XMSHORTN4::XMSHORTN4(int16_t
int16_t
int16_t
int16_t)
dxmath.xmshortn4_ctor_2
dxmath\xmshortn4_ctor_2.htm
dxmath
M:Microsoft.directx_sdk.reference.XMSHORTN4.#ctor(int16_t,int16_t,int16_t,int16_t)
12/05/2018
XMSHORTN4, XMSHORTN4 constructor [DirectX Math Support APIs], XMSHORTN4 constructor [DirectX Math Support APIs],XMSHORTN4 structure, XMSHORTN4 structure [DirectX Math Support APIs],XMSHORTN4 constructor, XMSHORTN4.XMSHORTN4, XMSHORTN4.XMSHORTN4(int16_t,int16_t,int16_t,int16_t), XMSHORTN4::XMSHORTN4, XMSHORTN4::XMSHORTN4(int16_t,int16_t,int16_t,int16_t), dxmath.xmshortn4_ctor_2
directxpackedvector.h
Windows
DirectX::PackedVector
Windows
19H1
XMSHORTN4::XMSHORTN4
directxpackedvector/XMSHORTN4::XMSHORTN4
c++
APIRef
kbSyntax
COM
DirectXPackedVector.h
XMSHORTN4.XMSHORTN4

XMSHORTN4::XMSHORTN4(int16_t,int16_t,int16_t,int16_t)

-description

Initializes a new instance of XMSHORTN4 from four int16_t arguments.

This constructor initializes a new instance of XMSHORTN4 from four int16_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 XMSHORTN4 instance.

-param _y

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

-param _z

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

-param _w

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

-remarks

Input values are not normalized. The following pseudocode demonstrates the operation of this constructor:


	XMSHORTN4 instance;

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

    

-see-also

Reference

XMSHORTN4

XMSHORTN4 Constructors