CGAL 5.3 - 2D and 3D Linear Geometry Kernel

See Chapter 2D Circular Geometry Kernel.

#include <CGAL/global_functions_circular_kernel_2.h>

Functions

template<typename CircularKernel >
Comparison_result CGAL::compare_xy (const CGAL::Circular_arc_point_2< CircularKernel > &p, const CGAL::Circular_arc_point_2< CircularKernel > &q)
 Compares the \( x\) and \( y\) Cartesian coordinates of points p and q lexicographically.
 
template<typename CircularKernel >
Comparison_result CGAL::compare_xy (const CGAL::Circular_arc_point_2< CircularKernel > &p, const CGAL::Point_2< CircularKernel > &q)
 Compares the \( x\) and \( y\) Cartesian coordinates of points p and q lexicographically.