Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ NPCC_dir_toXZAng
Function
NPCC_dir_toXZAng
src/SB/Game/zNPCSupport.cpp:673–676 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
671
}
672
673
F32 NPCC_dir_toXZAng(const xVec3* vec)
674
{
675
return xatan2(vec->x, vec->z);
676
}
677
678
void NPCC_aimMiss(xVec3* dir_aim, xVec3* pos_src, xVec3* pos_tgt, F32 dst_miss, xVec3* pos_miss)
679
{
Callers
1
TurnToFace
Method · 0.85
Calls
1
xatan2
Function · 0.85
Tested by
no test coverage detected