nn::math::Atan2Rad Function

Syntax

f32 Atan2Rad(
     f32 y,
     f32 x
);

Arguments

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 value of the inverse tangent (arctangent).

Revision History

2010/01/07
Initial version.

CONFIDENTIAL