Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ atan2f
Function
atan2f
src/SB/Core/x/xAnim.cpp:364–367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
363
#ifndef INLINE
364
float atan2f(float y, float x)
365
{
366
return (float)atan2((double)y, (double)x);
367
}
368
#endif
369
370
// TODO: move to xMathInlines.h
Callers
2
xatan2
Function · 0.70
C_QUATLogN
Function · 0.50
Calls
1
atan2
Function · 0.85
Tested by
no test coverage detected