CGAL 5.3 - 2D and 3D Linear Geometry Kernel

Definition

Refines:
AdaptableFunctor (with two arguments)
See also
CGAL::do_intersect()

Operations

A model of this concept must provide:

bool operator() (Type1 obj1, Type2 obj2)
 determines if two geometrical objects of type Type1 and Type2 intersect or not, for all pairs Type1 and Type2, where the types Type1 and Type2 can be any of the following: More...
 

Member Function Documentation

◆ operator()()

bool Kernel::DoIntersect_2::operator() ( Type1  obj1,
Type2  obj2 
)

determines if two geometrical objects of type Type1 and Type2 intersect or not, for all pairs Type1 and Type2, where the types Type1 and Type2 can be any of the following: