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

Method getSigma

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

Source from the content-addressed store, hash-verified

73 }
74
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(); }

Callers

nothing calls this directly

Calls 1

getSigmaMethod · 0.45

Tested by

no test coverage detected