MCPcopy 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
246static F32 TranSpeed(zFlyKey keys[])
247{
248 return 30.0f * xVec3Dist((xVec3*)&keys[0].matrix[9], (xVec3*)&keys[1].matrix[9]);
249}
250
251static F32 MatrixSpeed(zFlyKey keys[])
252{

Callers 1

zCameraFlyUpdateFunction · 0.85

Calls 1

xVec3DistFunction · 0.85

Tested by

no test coverage detected