IInterpolation |
public interface IInterpolationFunction : IInterpolationCurve
The IInterpolationFunction type exposes the following members.
Name | Description | |
---|---|---|
GetXOfU |
Returns a x value in dependence of a parameter u.
(Inherited from IInterpolationCurve) | |
GetYOfU |
Returns a y value in dependence of a parameter u.
(Inherited from IInterpolationCurve) | |
GetYOfX | Returns the y value in dependence of a given x value. | |
Interpolate |
Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
(Inherited from IInterpolationCurve) |