XMVectorSin

Computes the sine of each component of an XMVECTOR.

Syntax

XMVECTOR XMVectorSin(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

Vector for which to compute the sine.

Return value

Type: XMVECTOR 

Returns a vector. Each component is the sine of the corresponding component of V.

Remarks

This function uses a 11-degree minimax approximation.

Requirements

Header: Declared in directxmath.h.