Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Assign
Method
Assign
SampleFramework12/v1.00/Graphics/SH.h:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
protected:
28
29
void Assign(const SH& other)
30
{
31
for(uint64 i = 0; i < N; ++i)
32
Coefficients[i] = other.Coefficients[i];
33
}
34
35
public:
36
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected