[][src]Function directx_math::XMVectorACos

pub fn XMVectorACos(V: FXMVECTOR) -> XMVECTOR

Computes the arccosine of each component of an XMVECTOR.

Parameters

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

Return value

Returns a vector whose components are the arccosine 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-XMVectorACos