Function2DInterpBaseT Methods |
The Function2DInterpBaseT generic type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | ||
Interpolate |
Interpolate a value at the specified 2D position
| |
Resample |
Resample the interpolation grid, basically halfing the dx and dy
in the grid by adding mid points between all current points.
If the original grid was a 3x3 grid, the new grid after resampling is 5x5, and then 9x9 and so on. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |