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

Function Square

SampleFramework12/v1.00/SF12_Math.h:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583
584// Returns x * x
585template<typename T> T Square(T x)
586{
587 return x * x;
588}
589
590// Returns the fractional part of x
591inline float Frac(float x)

Callers 2

SampleDirectionGGX_PDFFunction · 0.85
GGX_SpecularFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected