Change parameters in declaration to match definition.
This commit is contained in:
@ -78,7 +78,7 @@ namespace nv
|
|||||||
MitchellFilter();
|
MitchellFilter();
|
||||||
virtual float evaluate(float x) const;
|
virtual float evaluate(float x) const;
|
||||||
|
|
||||||
void setParameters(float a, float b);
|
void setParameters(float b, float c);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
float p0, p2, p3;
|
float p0, p2, p3;
|
||||||
|
Reference in New Issue
Block a user