C# Class PixelFarm.Agg.Imaging.CubicInterpolator2

Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
getValue ( double p, double x ) : double
getValue2 ( double p0, double p1, double p2, double p3, double x ) : double

Method Details

getValue() public static method

public static getValue ( double p, double x ) : double
p double
x double
return double

getValue2() public static method

public static getValue2 ( double p0, double p1, double p2, double p3, double x ) : double
p0 double
p1 double
p2 double
p3 double
x double
return double