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