C# Class Pinta.ImageManipulation.SplineInterpolator

Show file Open project: PintaProject/Pinta.ImageManipulation

Public Methods

Method Description
Add ( double x, double y ) : void
Clear ( ) : void
Interpolate ( double x ) : double

Private Methods

Method Description
PreCompute ( ) : void

Method Details

Add() public method

public Add ( double x, double y ) : void
x double
y double
return void

Clear() public method

public Clear ( ) : void
return void

Interpolate() public method

public Interpolate ( double x ) : double
x double
return double