\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12 - 2D and 3D Linear Geometry Kernel
Kernel::ComputeSquaredDistance_2 Concept Reference

Definition

Refines:
AdaptableFunctor (with two arguments)
See also
CGAL::squared_distance()

Operations

A model of this concept must provide:

Kernel::FT operator() (Type1 obj1, Type2 obj2)
 returns the squared distance between two geometrical objects of type for all pairs Type1 and Type2, where the types Type1 and Type2 can be any of the following: More...
 

Member Function Documentation

◆ operator()()

Kernel::FT Kernel::ComputeSquaredDistance_2::operator() ( Type1  obj1,
Type2  obj2 
)

returns the squared distance between two geometrical objects of type for all pairs Type1 and Type2, where the types Type1 and Type2 can be any of the following:

as well as any combination of Kernel::Point_2 and Kernel::Weighted_point_2