Computes the arccosine of each component of an XMVECTOR.
XMVECTOR XMVectorACos(
XMVECTOR V
)
V
Type: XMVECTOR
Vector for which to compute the arccosine. Each component should be between -1.0f and 1.0f.
Type: XMVECTOR
Returns a vector whose components are the arccosine of the corresponding components of V.
This function uses a 7-degree minimax approximation.
Header: Declared in directxmath.h.