MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SpinBack

Method SpinBack

TombEngine/Game/gui.cpp:2632–2635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2630 }
2631
2632 void GuiController::SpinBack(EulerAngles& orient)
2633 {
2634 orient.Lerp(EulerAngles::Identity, 1.0f / (8.0f * g_Renderer.GetFramerateMultiplier()));
2635 }
2636
2637 void GuiController::DrawAmmoSelector()
2638 {

Callers

nothing calls this directly

Calls 2

LerpMethod · 0.45

Tested by

no test coverage detected