Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
585
template<typename T> T Square(T x)
586
{
587
return x * x;
588
}
589
590
// Returns the fractional part of x
591
inline float Frac(float x)
Callers
2
SampleDirectionGGX_PDF
Function · 0.85
GGX_Specular
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected