// // atan2f from 0x18002041c to 0x180020422 (6 bytes) // // 6 xrefs: // > cocos2d::extension::CCControlHuePicker::updateSliderPosition @ 0x180008a97 // > cocos2d::extension::CCControlPotentiometer::angleInDegreesBetweenLineFromPoint_toPoint_toLineFromPoint_toPoint @ 0x180009532 // > cocos2d::extension::CCControlPotentiometer::angleInDegreesBetweenLineFromPoint_toPoint_toLineFromPoint_toPoint @ 0x180009551 // > cocos2d::extension::CCControlPotentiometer::potentiometerMoved @ 0x180009659 // > cocos2d::extension::CCControlPotentiometer::potentiometerMoved @ 0x180009673 // > cocos2d::extension::CCControlSaturationBrightnessPicker::updateSliderPosition @ 0x180009f02 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // // attributes: thunk float __cdecl atan2f(float Y, float X) { return __imp_atan2f(Y, X); }