#include <CGAL/Exact_circular_kernel_2.h>
A typedef to a circular kernel that provides both exact geometric predicates and exact geometric constructions. 
This kernel uses some geometric filtering (based on bounding boxes) to gain efficiency.
- Is Model Of:
 CircularKernel
- See also
 CGAL::Circular_kernel_2<Kernel,AlgebraicKernelForCircles> 
- Examples: 
 - Circular_kernel_2/functor_has_on_2.cpp, and Circular_kernel_2/intersecting_arcs.cpp.