| CGAL 4.4 - 2D and 3D Linear Geometry Kernel | 
Kernel::CompareSquaredDistance_2 CGAL::compare_distance_to_point() CGAL::compare_squared_distance()AdaptableFunctor (with three arguments)| Operations | |
| Comparison_result | operator() (const Type1 &obj1, const Type2 &obj2, const Type3 &obj3) | 
| compares the squared distance between obj1andobj2to the squared distance betweenobj1andobj3, for all triples of typesType1,Type2andType3in the following set of types:  More... | |
| Comparison_result | operator() (const Type1 &obj1, const Type2 &obj2, const Type3 &obj3, const Type4 &obj4) | 
| compares the squared distance between obj1andobj2to the squared distance betweenobj3andobj4, for all tuples of typesType1,Type2,Type3andType4in the following set of types:  More... | |
| Comparison_result Kernel::CompareDistance_2::operator() | ( | const Type1 & | obj1, | 
| const Type2 & | obj2, | ||
| const Type3 & | obj3 | ||
| ) | 
compares the squared distance between obj1 and obj2 to the squared distance between obj1 and obj3, for all triples of types Type1, Type2 andType3 in the following set of types: 
| Comparison_result Kernel::CompareDistance_2::operator() | ( | const Type1 & | obj1, | 
| const Type2 & | obj2, | ||
| const Type3 & | obj3, | ||
| const Type4 & | obj4 | ||
| ) | 
compares the squared distance between obj1 and obj2 to the squared distance between obj3 and obj4, for all tuples of types Type1, Type2, Type3 and Type4 in the following set of types: