Function XMVectorATan

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

Computes the arctangent of each component of an XMVECTOR.

§Parameters

V Vector for which to compute the arctangent.

§Return value

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

§Remarks

This function uses a 17-degree minimax approximation.

§Reference

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