Function directx_math::XMVectorSin[][src]

pub fn XMVectorSin(V: FXMVECTOR) -> XMVECTOR

Computes the sine of each component of an XMVECTOR.

Parameters

V Vector for which to compute the sine.

Return value

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

Remarks

This function uses a 11-degree minimax approximation.

Reference

https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMVectorSin