Change parameters in declaration to match definition.

pull/216/head
castano 16 years ago
parent 96655b3e7c
commit b1cd916105

@ -78,7 +78,7 @@ namespace nv
MitchellFilter();
virtual float evaluate(float x) const;
void setParameters(float a, float b);
void setParameters(float b, float c);
private:
float p0, p2, p3;

Loading…
Cancel
Save