Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
371
F32 xatan2(F32 y, F32 x)
372
{
373
return xAngleClampFast(std::atan2f(y, x));
374
}
375
376
float CalcRecipBlendMax(U16* arg0)
377
{
Callers
15
DampenControls
Function · 0.85
PlayerAbsControl
Function · 0.85
PatrickGrabCB
Function · 0.85
GetPatrickTarget
Function · 0.85
LassoStartCB
Function · 0.85
set_camera
Function · 0.85
start
Method · 0.85
face_camera
Method · 0.85
collide
Method · 0.85
SB1_FaceTarget
Function · 0.85
NPCC_dir_toXZAng
Function · 0.85
Pat_FaceTarget
Function · 0.85
Calls
2
xAngleClampFast
Function · 0.85
atan2f
Function · 0.70
Tested by
no test coverage detected