Loading [MathJax]/extensions/TeX/newcommand.js
\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
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Kernel::CompareSquaredDistance_2 Concept Reference

Definition

Operations

A model of this concept must provide:

Comparison_result operator() (const Type1 &obj1, const Type2 &obj2, const Kernel::FT &d2)
 compares the squared distance between the two geometrical objects obj1 and obj2 to the value d2, where the types Type1 and Type2 can be any of the following: More...
 

Member Function Documentation

◆ operator()()

Comparison_result Kernel::CompareSquaredDistance_2::operator() ( const Type1 &  obj1,
const Type2 &  obj2,
const Kernel::FT d2 
)

compares the squared distance between the two geometrical objects obj1 and obj2 to the value d2, where the types Type1 and Type2 can be any of the following: