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