MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / operator+

Method operator+

SampleFramework12/v1.00/Graphics/SH.h:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 SH operator+(const SH& other) const
64 {
65 SH result;
66 for(uint64 i = 0; i < N; ++i)
67 result.Coefficients[i] = Coefficients[i] + other.Coefficients[i];
68 return result;
69 }
70
71 SH& operator-=(const SH& other)
72 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected