MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / sqr

Function sqr

Source/Tools/ImageCompare/ImageCompare.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43template<typename T>
44T sqr(T x)
45{
46 return x * x;
47}
48
49template<typename T>
50T lerp(T a, T b, T t)

Callers 3

operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected