MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xatan2

Function xatan2

src/SB/Core/x/xAnim.cpp:371–374  ·  view source on GitHub ↗

TODO: move to xMathInlines.h

Source from the content-addressed store, hash-verified

369
370// TODO: move to xMathInlines.h
371F32 xatan2(F32 y, F32 x)
372{
373 return xAngleClampFast(std::atan2f(y, x));
374}
375
376float CalcRecipBlendMax(U16* arg0)
377{

Callers 15

DampenControlsFunction · 0.85
PlayerAbsControlFunction · 0.85
PatrickGrabCBFunction · 0.85
GetPatrickTargetFunction · 0.85
LassoStartCBFunction · 0.85
set_cameraFunction · 0.85
startMethod · 0.85
face_cameraMethod · 0.85
collideMethod · 0.85
SB1_FaceTargetFunction · 0.85
NPCC_dir_toXZAngFunction · 0.85
Pat_FaceTargetFunction · 0.85

Calls 2

xAngleClampFastFunction · 0.85
atan2fFunction · 0.70

Tested by

no test coverage detected