Click or drag to resize

IInterpolationFunction Methods

The IInterpolationFunction type exposes the following members.

Methods
 NameDescription
Public methodGetXOfU Returns a x value in dependence of a parameter u.
(Inherited from IInterpolationCurve)
Public methodGetYOfU Returns a y value in dependence of a parameter u.
(Inherited from IInterpolationCurve)
Public methodGetYOfX Returns the y value in dependence of a given x value.
Public methodInterpolate Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
(Inherited from IInterpolationCurve)
Top
See Also