Lines Matching full:interpolation
38 * \param[in] parameters The input parameters. During interpolation one for each data point.
39 * \param[in] degree The spline degree which is used during the interpolation.
42 * \sa Les Piegl and Wayne Tiller, The NURBS book (2nd ed.), 1997, 9.2.1 Global Curve Interpolation to Point Data
62 * \param[in] parameters The parameters at which the interpolation B-Spline
63 * will intersect the given interpolation points. The parameters
74 * Curve interpolation with directional constraints for engineering design.
180 * \brief Computes chord length parameters which are required for spline interpolation.
186 * \sa Les Piegl and Wayne Tiller, The NURBS book (2nd ed.), 1997, 9.2.1 Global Curve Interpolation to Point Data
234 * \param knot_parameters The knot parameters for the interpolation.
246 * \param derivatives The desired derivatives of the interpolating spline at interpolation
255 * Curve interpolation with directional constraints for engineering design.
268 * \param derivatives The desired derivatives of the interpolating spline at interpolation points.
272 * \param parameters The parameters corresponding to the interpolation points.
277 * Curve interpolation with directional constraints for engineering design.