CircularKernel::DoOverlap_2

Definition

Testing whether the interiors of two curves overlap.

An object fo of this type must provide:

bool fo ( CircularKernel::Line_arc_2 l0, CircularKernel::Line_arc_2 l1)
For two line arcs.

bool fo ( CircularKernel::Circular_arc_2 a0, CircularKernel::Circular_arc_2 a1)
For two circular arcs.
Precondition: a0 and a1 are x-monotone.