BSpline |
The BSpline1D type exposes the following members.
| Name | Description | |
|---|---|---|
| createApproxBSpline | Creates an approximating B-spline with the requested number of control points. | |
| createInterpBSpline | Creates an interpolating B-spline and optionally enforces sorted data or equally spaced knots. | |
| 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 | Gets a copy of the knot vector. | |
| getMaxKnot | Gets the maximum knot value. | |
| getMinKnot | Gets the minimum knot value. | |
| GetTimeInterval | Returns the index of the interval containing the queried time using a binary search. | |
| 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 | Gets a copy of the x control points. | |
| GetXOfU | Evaluates the spline x-coordinate at the provided normalized parameter. | |
| getY | Gets a copy of the y control points. | |
| GetYOfU | Evaluates the spline y-coordinate at the provided normalized parameter. | |
| 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 | Sets the interpolation data by providing values for x and y. Both vectors must be of equal length. | |
| InterpolateCurve | Builds a spline representing a parametric curve without assuming sorted x coordinates. | |
| InterpolateFunctionSorted | Builds a spline suitable for interpolation when the input points are already sorted by x. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |