MCPcopy Create free account
hub / github.com/RenderKit/embree / getMin

Method getMin

tutorials/common/tutorial/statistics.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 float getSigma() const { return stat.getSigma(); }
76 float getAvgSigma() const { return stat.getAvgSigma(); }
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; }

Callers

nothing calls this directly

Calls 1

getMinMethod · 0.45

Tested by

no test coverage detected