Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
InterpolationUnit
defines concrete TCustom2DInterpolaters.
Name | Description |
---|---|
Class TCustomAnisotropicInterpolator |
TCustomAnisotropicInterpolator is the abstract ancestor of interpolators that support anisotropy. |
Class TNearest2DInterpolator |
TNearest2DInterpolator implements an interpolator that returns the value of the TScreenObject nearest to the point of interest. |
Class TInvDistSq2DInterpolator |
TInvDistSq2DInterpolator uses inverse distance squared interpolation to return a real-number result. |
Class TNearestPoint2DInterpolator |
TNearestPoint2DInterpolator implements an interpolator that returns the value of the TScreenObject which has a vertex closest to the point of interest. |