Computes the cosine of each component of an XMVECTOR.
XMVECTOR XMVectorCos(
XMVECTOR V
)
V
Type: XMVECTOR
Vector for which to compute the cosine.
Type: XMVECTOR
Returns a vector. Each component is the cosine of the corresponding component of V.
This function uses a 10-degree minimax approximation.
Header: Declared in directxmath.h.