CGAL 5.0 - 2D and 3D Linear Geometry Kernel
|
See Chapter 2D Circular Geometry Kernel.
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. | |