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

Method operator-

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

Source from the content-addressed store, hash-verified

76 }
77
78 SH operator-(const SH& other) const
79 {
80 SH result;
81 for(uint64 i = 0; i < N; ++i)
82 result.Coefficients[i] = Coefficients[i] - other.Coefficients[i];
83 return result;
84 }
85
86
87 SH& operator*=(const T& scale)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected