BSpline |
public class BSpline1D : IInterpolationFunction, IInterpolationCurve
The BSpline1D type exposes the following members.
Name | Description | |
---|---|---|
BSpline1D(Double, Double, Double) | Initializes a new instance of the BSpline1D class | |
BSpline1D(Double, Double, Int32) | Initializes a new instance of the BSpline1D class |
Name | Description | |
---|---|---|
createApproxBSpline | ||
createInterpBSpline | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
getKnots | ||
getMaxKnot | ||
getMinKnot | ||
GetTimeInterval | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetUOfX | Gets the u value (0..1), for a given x-value. This function can only be used when the spline was constructed with points that were sorted by x (ascending or descending). | |
getX | ||
GetXOfU | ||
getY | ||
GetYOfU | ||
GetYOfX | Gets the y value, for a given x-value. This function can only be used when the spline was constructed with points that were sorted by x (ascending or descending). | |
Interpolate | ||
InterpolateCurve | ||
InterpolateFunctionSorted | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |