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

Function EvalH4

SampleFramework11/v1.02/Graphics/SH.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133float EvalH4(const H4& h, const Float3& dir)
134{
135 H4 b = ProjectOntoH4(dir);
136 return H4::Dot(h, b);
137}
138
139H4 ConvertToH4(const SH9& sh)
140{

Callers

nothing calls this directly

Calls 1

ProjectOntoH4Function · 0.85

Tested by

no test coverage detected