XMVectorTan

Computes the tangent of each component of an XMVECTOR.

Syntax

XMVECTOR XMVectorTan(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

Vector for which to compute the tangent.

Return value

Type: XMVECTOR 

Returns a vector. Each component is the tangent of the corresponding component of V.

Requirements

Header: Declared in directxmath.h.