#include <CGAL/Interpolation_traits_2.h>
template<typename K>
class CGAL::Interpolation_traits_2< K >
Interpolation_traits_2
is a model for the concept InterpolationTraits
and can be used to instantiate the geometric traits class of interpolation methods applied on a bivariate function over a two-dimensional domain. The traits class is templated by a kernel class K
.
- Is Model Of:
InterpolationTraits
- See also
InterpolationTraits
-
GradientFittingTraits
-
CGAL::Interpolation_gradient_fitting_traits_2<K>
- Examples
- Interpolation/interpolation_2.cpp, Interpolation/linear_interpolation_2.cpp, and Interpolation/linear_interpolation_of_vector_3.cpp.
◆ Compute_squared_distance_d
◆ Construct_scaled_vector_d
◆ Construct_vector_d
◆ FT
◆ Point_d
◆ Vector_d
◆ compute_squared_distance_d_object()
◆ construct_scaled_vector_d_object()
◆ construct_vector_d_object()