\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.8.2 - 3D Spherical Geometry Kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SphericalKernel::DoIntersect_3 Concept Reference

Definition

Testing whether two curves or surfaces intersect.

Refines:
Kernel::DoIntersect_3
See Also
CGAL::do_intersect()

Operations

An object of this type must provide:

bool operator() (const Type1 &obj1, const Type2 &obj2)
 determines if two geometric objects of type Type1 and Type2 intersect or not. More...
 

Member Function Documentation

bool SphericalKernel::DoIntersect_3::operator() ( const Type1 &  obj1,
const Type2 &  obj2 
)

determines if two geometric objects of type Type1 and Type2 intersect or not.

for all pairs Type1 and Type2, where the types Type1 and Type2 can be either, any of the following: