MCPcopy 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

8void SDisableVector::Reset() { sum.set(0.f, 0.f, 0.f); }
9
10void SDisableVector::Init()
11{
12 previous.set(0.f, 0.f, 0.f);
13 Reset();
14}
15
16float SDisableVector::Update(const Fvector& new_vector)
17{

Callers 1

ReinitMethod · 0.45

Calls 2

ResetFunction · 0.50
setMethod · 0.45

Tested by

no test coverage detected