The function farin_c1_interpolation interpolates the function values and the gradients that are provided by functors using the method described in [Far90].
#include <CGAL/interpolation_functions.h>
| ||||
| ||||
| ||||
generates the interpolated function value
computed by Farin's interpolant [Far90]. See also
sibson_c1_interpolation. Precondition: norm . function_value(p).second == true for all points p of the point/coordinate pairs in the range first, beyond. Precondition: The range first, beyond contains either one or more than three elements. |
Same requirements as for sibson_c1_interpolation only the iterator must provide random access and Traits::FT does not need to provide the square root operation.