nn::math::NN_fAtan2 Function

Syntax

NN_MATH_INLINE f32 NN_fAtan2(
     f32 y,
     f32 x
);

Parameters

Name Description
in y Numerator of the tangent value.
in x Denominator of the tangent value.

Return Values

Returns the inverse tangent of y/x in radians.

Description

Finds the inverse tangent (also known as the arctangent).

Revision History

2012/06/26
Initial version.

CONFIDENTIAL