nn::math::Atan2FIdx Function

Syntax

f32 Atan2FIdx(
     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 angle units for which one complete revolution is defined as equal to 256.0 units.

Description

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

Name: Atan2FIdx

Revision History

2012/06/26
Initial version.

CONFIDENTIAL