CGAL 5.6.1 - 3D Spherical Geometry Kernel
SphericalKernel::HasOn_3 Concept Reference

Definition

Refines
Kernel::HasOn_3

Operations

A model of this concept must provide:

bool operator() (const Type1 &obj1, const Type2 &obj2)
 Returns true when obj1 contains obj2, where Type1 and Type2 can be respectively: More...
 

Member Function Documentation

◆ operator()()