Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xVec2Length2
Function
xVec2Length2
src/SB/Game/zNPCHazard.cpp:1971–1974 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1969
1970
F32 xVec2Length2(const xVec2* v)
1971
{
1972
return xVec2Dot(v, v);
1973
}
1974
1975
void UVAModelInfo::SetColor(iColor_tag color)
1976
{
1977
RpGeometry* geo = model->geometry;
Callers
nothing calls this directly
Calls
1
xVec2Dot
Function · 0.85
Tested by
no test coverage detected