Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ TranSpeed
Function
TranSpeed
src/SB/Game/zCamera.cpp:246–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
static F32 TranSpeed(zFlyKey keys[])
247
{
248
return 30.0f * xVec3Dist((xVec3*)&keys[0].matrix[9], (xVec3*)&keys[1].matrix[9]);
249
}
250
251
static F32 MatrixSpeed(zFlyKey keys[])
252
{
Callers
1
zCameraFlyUpdate
Function · 0.85
Calls
1
xVec3Dist
Function · 0.85
Tested by
no test coverage detected