Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 2.15 KB

nf-directxmath-xmvectoraddangles.md

File metadata and controls

76 lines (61 loc) · 2.15 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:directxmath.XMVectorAddAngles
XMVectorAddAngles function (directxmath.h)
Adds two vectors representing angles.
Use DirectX..XMVectorAddAngles
XMVectorAddAngles
XMVectorAddAngles method [DirectX Math Support APIs]
dxmath.xmvectoraddangles
dxmath\xmvectoraddangles.htm
dxmath
M:Microsoft.directx_sdk.geometric.XMVectorAddAngles(XMVECTOR,XMVECTOR)
12/05/2018
Use DirectX..XMVectorAddAngles, XMVectorAddAngles, XMVectorAddAngles method [DirectX Math Support APIs], dxmath.xmvectoraddangles
directxmath.h
DirectXMath.h
Windows
Use DirectX.
Windows
19H1
XMVectorAddAngles
directxmath/XMVectorAddAngles
c++
APIRef
kbSyntax
COM
directxmathvector.inl
XMVectorAddAngles

XMVectorAddAngles function

-description

Adds two vectors representing angles.

-parameters

-param V1 [in]

First vector of angles. Each angle must satisfy -XM_PI <= V1 < XM_PI.

-param V2 [in]

Second vector of angles. Each angle must satisfy -XM_2PI <= V1 < XM_2PI.

-returns

Returns a vector whose components are the sums of the angles of the corresponding components. Each component of the returned vector will be an angle less than XM_PI and greater than or equal to -XM_PI.

-remarks

Platform Requirements

Microsoft Visual Studio 2010 or Microsoft Visual Studio 2012 with the Windows SDK for Windows 8. Supported for Win32 desktop apps, Windows Store apps, and Windows Phone 8 apps.

-see-also

Vector Arithmetic Functions