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

Function Lerp

SampleFramework12/v1.00/Graphics/Spectrum.h:493–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493inline RGBSpectrum Lerp(float t, const RGBSpectrum &s1, const RGBSpectrum &s2) {
494 return (1 - t) * s1 + t * s2;
495}
496
497} // namespace SampleFramework12

Callers 2

InitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected