[][src]Function directx_math::XMVectorATan

pub fn XMVectorATan(V: FXMVECTOR) -> XMVECTOR

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