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

Method operator/

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

Source from the content-addressed store, hash-verified

124 }
125
126 SH operator/(const T& scale) const
127 {
128 SH result;
129 for(uint64 i = 0; i < N; ++i)
130 result.Coefficients[i] = Coefficients[i] / scale;
131 return result;
132 }
133
134 // Dot products
135 T Dot(const SH& other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected