Function XMVectorASin

Source
pub fn XMVectorASin(V: FXMVECTOR) -> XMVECTOR
Expand description

Computes the arcsine of each component of an XMVECTOR.

§Parameters

V Vector for which to compute the arcsine. Each component should be between -1.0 and 1.0.

§Return value

Returns a vector whose components are the arcsine of the corresponding components of V.

§Remarks

This function uses a 7-degree minimax approximation.

§Reference

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