Computes the tangent of each component of an XMVECTOR.
XMVECTOR XMVectorTan(
XMVECTOR V
)
V
Type: XMVECTOR
Vector for which to compute the tangent.
Type: XMVECTOR
Returns a vector. Each component is the tangent of the corresponding component of V.
Header: Declared in directxmath.h.