[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TMitchelInterpolation - one possible algorithm for interpolation
Source position: fpcanvas.pp line 184
type TMitchelInterpolation = class(TFPBaseInterpolation) |
||
protected |
||
function Filter(); override; |
|
Filter uses specific constants as coefficients in a polynomial interpolation |
function MaxSupport; override; |
|
MaxSupport factor for interpolation |
end; |
|
TMitchelInterpolation - one possible algorithm for interpolation |
|
| | ||
|
TFPBaseInterpolation - the default interpolation to be applied if no other is specified |
|
| | ||
|
TFPCustomInterpolation - FreePascal base class for interpolations while drawing in unspecified regions between specified points |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |