Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ getAvg
Method
getAvg
tutorials/common/tutorial/statistics.h:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
float getMin() const { return stat.getMin(); }
78
float getMax() const { return stat.getMax(); }
79
float getAvg() const { return stat.getAvg(); }
80
Statistics getStatistics() const { return stat; }
81
82
private:
Callers
nothing calls this directly
Calls
1
getAvg
Method · 0.45
Tested by
no test coverage detected