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>
template < class RandomAccessIterator, class Functor, class GradFunctor, class Traits> | ||||||
typename Functor::result_type |
| |||||
generates the interpolated function value
computed by Farin's interpolant [Far90]. See also
sibson_c1_interpolation.
|
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.