SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ Atan2()

static constexpr Angle SRL::Math::Trigonometry::Atan2 ( const Fxp & y,
const Fxp & x )
inlinestaticconstexpr

Calculates arctangent of y/x, handling all quadrants correctly.

This is the full-quadrant arctangent function that takes into account the signs of both inputs to determine the correct quadrant.

The function uses a lookup table for the arctangent values and handles special cases (x=0, y=0) separately to ensure correct quadrant determination.

Parameters
yY coordinate
xX coordinate
Returns
Angle in range [0, 1] turns (equivalent to [0°, 360°])