Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Init
Method
Init
ogsr_engine/xrGame/PHDisabling.cpp:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
void SDisableVector::Reset() { sum.set(0.f, 0.f, 0.f); }
9
10
void SDisableVector::Init()
11
{
12
previous.set(0.f, 0.f, 0.f);
13
Reset();
14
}
15
16
float SDisableVector::Update(const Fvector& new_vector)
17
{
Callers
1
Reinit
Method · 0.45
Calls
2
Reset
Function · 0.50
set
Method · 0.45
Tested by
no test coverage detected