| 
    CGAL 4.4 - 3D Spherical Geometry Kernel 
   | 
 
Operations | |
| bool | operator() (const SphericalKernel::Line_arc_3 &l0, const SphericalKernel::Line_arc_3 &l1, const bool known_equal_supporting_line=false) | 
| For two line arcs.  More... | |
| bool | operator() (const SphericalKernel::Circular_arc_3 &a0, const SphericalKernel::Circular_arc_3 &a1, const bool known_equal_supporting_circle=false) | 
| For two circular arcs.  More... | |
| bool SphericalKernel::DoOverlap_3::operator() | ( | const SphericalKernel::Line_arc_3 & | l0, | 
| const SphericalKernel::Line_arc_3 & | l1, | ||
| const bool | known_equal_supporting_line = false  | 
        ||
| ) | 
For two line arcs.
The computation may be faster when the boolean is set to true.
| bool SphericalKernel::DoOverlap_3::operator() | ( | const SphericalKernel::Circular_arc_3 & | a0, | 
| const SphericalKernel::Circular_arc_3 & | a1, | ||
| const bool | known_equal_supporting_circle = false  | 
        ||
| ) | 
For two circular arcs.
The computation may be faster when the boolean is set to true.