Template Function TRAP::Math::ATan(Vec<L, T>)#

Function Documentation#

template<u32 L, typename T>
constexpr Vec<L, T> TRAP::Math::ATan(Vec<L, T> v)#

Arc tangent. The range of values returned by this function is [-PI / 2, PI / 2].

Parameters:

v – Specify the fraction whose arctangent to return.

Returns:

Angle whose tangent is y over x.