CGAL 5.1.5 - 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 Type1 and Type2 , for all pairs Type1 and Type2 , where the types Type1 and Type2 can be any of the following: More... | |
Kernel::FT Kernel::ComputeSquaredDistance_3::operator() | ( | Type1 | obj1, |
Type2 | obj2 | ||
) |
returns the squared distance between two geometrical objects of type Type1
and Type2
, 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_3
and Kernel::Weighted_point_3