Computes the arctangent of each component of an XMVECTOR.
XMVECTOR XMVectorATan(
XMVECTOR V
)
V
Type: XMVECTOR
Vector for which to compute the arctangent.
Type: XMVECTOR
Returns a vector whose components are the arctangent of the corresponding components of V.
This function uses a 17-degree minimax approximation.
Header: Declared in directxmath.h.