// // cocos2d::extension::CCControlPotentiometer::distanceBetweenPointAndPoint from 0x1800094d0 to 0x180009508 (56 bytes) // // 1 xrefs: // > @ 0x18002fdf8 // // 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 // float __fastcall cocos2d::extension::CCControlPotentiometer::distanceBetweenPointAndPoint( __int64 a1, float *a2, float *a3) { float v3; // xmm1_4 v3 = (float)((float)(a2[1] - a3[1]) * (float)(a2[1] - a3[1])) + (float)((float)(*a2 - *a3) * (float)(*a2 - *a3)); if ( v3 < 0.0 ) return sqrtf(v3); else return fsqrt(v3); }