CGAL 5.1 - 2D Circular Geometry Kernel
|
#include <Concepts/CircularKernel--DoOverlap_2.h>
Testing whether the interiors of two curves overlap.
Operations | |
bool | operator() (const CircularKernel::Line_arc_2 &l0, const CircularKernel::Line_arc_2 &l1) |
For two line arcs. More... | |
bool | operator() (const CircularKernel::Circular_arc_2 &a0, const CircularKernel::Circular_arc_2 &a1) |
For two circular arcs. More... | |
bool CircularKernel::DoOverlap_2::operator() | ( | const CircularKernel::Circular_arc_2 & | a0, |
const CircularKernel::Circular_arc_2 & | a1 | ||
) |
For two circular arcs.
bool CircularKernel::DoOverlap_2::operator() | ( | const CircularKernel::Line_arc_2 & | l0, |
const CircularKernel::Line_arc_2 & | l1 | ||
) |
For two line arcs.