gf_atan2 153 include/gpac/maths.h #define gf_atan2(_y, _x) ((Float) atan2(_y, _x)) gf_atan2 178 src/utils/math.c Fixed gf_atan2(Fixed dy, Fixed dx)