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

Function FilterCubic2D

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

Source from the content-addressed store, hash-verified

74}
75
76inline float FilterCubic2D(Float2 xy, float B, float C)
77{
78 return FilterCubic1D(xy.x, B, C) * FilterCubic1D(xy.y, B, C);
79}
80
81inline float FilterBSpline1D(float x)
82{

Callers

nothing calls this directly

Calls 1

FilterCubic1DFunction · 0.85

Tested by

no test coverage detected