public static Fixed16Dot16 Atan2(Fixed16Dot16 x, Fixed16Dot16 y) { return(Fixed16Dot16.FromRawValue((int)FT.FT_Atan2((IntPtr)x.Value, (IntPtr)y.Value))); }