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

Function FilterCone2D

SampleFramework12/v1.00/Graphics/Filtering.h:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43inline float FilterCone2D(Float2 xy)
44{
45 return FilterTriangle1D(Float2::Length(xy));
46}
47
48inline float FilterGaussian1D(float x, float sigma)
49{

Callers

nothing calls this directly

Calls 1

FilterTriangle1DFunction · 0.85

Tested by

no test coverage detected