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

Function EvalH4

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

Source from the content-addressed store, hash-verified

82}
83
84float EvalH4(const H4& h, const Float3& dir)
85{
86 H4 b = ProjectOntoH4(dir);
87 return H4::Dot(h, b);
88}
89
90H4 ConvertToH4(const SH9& sh)
91{

Callers

nothing calls this directly

Calls 1

ProjectOntoH4Function · 0.85

Tested by

no test coverage detected