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