Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ NPCC_MakeArbPlane
Function
NPCC_MakeArbPlane
src/SB/Game/zNPCSupport.cpp:1246–1250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1244
}
1245
1246
void NPCC_MakeArbPlane(const xVec3* dir_norm, xVec3* at, xVec3* rt)
1247
{
1248
NPCC_MakePerp(at, dir_norm);
1249
xVec3Cross(rt, at, dir_norm);
1250
}
Callers
2
TarTarSplash
Method · 0.85
OilSplash
Method · 0.85
Calls
2
NPCC_MakePerp
Function · 0.85
xVec3Cross
Function · 0.85
Tested by
no test coverage detected