CGAL 5.4 - 3D Spherical Geometry Kernel
SphericalKernel::DoOverlap_3 Concept Reference

Definition

Operations

An object of this type must provide:

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...
 

Member Function Documentation

◆ operator()() [1/2]

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.

◆ operator()() [2/2]

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.