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

Method operator*

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

Source from the content-addressed store, hash-verified

93
94
95 SH operator*(const SH& other) const
96 {
97 SH result;
98 for(uint64 i = 0; i < N; ++i)
99 result.Coefficients[i] = Coefficients[i] * other.Coefficients[i];
100 return result;
101 }
102
103 SH& operator*=(const SH& other)
104 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected