CGAL 5.3.2 - 2D and 3D Linear Geometry Kernel
|
AdaptableFunctor
(with two arguments)CGAL::squared_distance()
Operations | |
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... | |
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