Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xVec3Inv
Function
xVec3Inv
src/SB/Core/x/xCamera.cpp:1737–1742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1735
}
1736
1737
void xVec3Inv(xVec3* o, const xVec3* v)
1738
{
1739
o->x = -v->x;
1740
o->y = -v->y;
1741
o->z = -v->z;
1742
}
1743
1744
F32 xacos(F32 x)
1745
{
Callers
15
InputInfo
Method · 0.85
LassoSwingTossCB
Function · 0.85
Upd_TTFlight
Method · 0.85
Upd_OilBubble
Method · 0.85
zVolume_OccludePrecalc
Function · 0.85
ExtractAimDir
Method · 0.85
zLasso_InterpToGuide
Function · 0.85
zFrag_ProjectileManager
Function · 0.85
iRenderSetCameraViewMatrix
Function · 0.85
xQuatConj
Function · 0.85
xSphereHitsSphere
Function · 0.85
xSphereHitsBox
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected