Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ FilterBox2D
Function
FilterBox2D
SampleFramework12/v1.00/Graphics/Filtering.h:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
inline float FilterBox2D(Float2 xy)
23
{
24
return FilterBox1D(xy.x) * FilterBox1D(xy.y);
25
}
26
27
inline float FilterCircle2D(Float2 xy)
28
{
Callers
nothing calls this directly
Calls
1
FilterBox1D
Function · 0.85
Tested by
no test coverage detected