| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected