CGAL 5.1 - 2D and 3D Linear Geometry Kernel
Kernel::CompareSquaredDistance_3 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, for all pairs Type1 and Type2, where the types Type1 and Type2 can be any of the following: More...
 

Member Function Documentation

◆ operator()()

Comparison_result Kernel::CompareSquaredDistance_3::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, for all pairs Type1 and Type2, where the types Type1 and Type2 can be any of the following: