MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / decay

Method decay

openpgl/data/SampleStatistics.h:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 inline void decay(const float &a)
76 {
77 OPENPGL_ASSERT(a >= 0.f);
78 numSamples *= a;
79 numZeroValueSamples *= a;
80 }
81
82 inline float getNumSamples() const
83 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected