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