|
CGAL 5.1 - 2D and 3D Linear Geometry Kernel
|
See Chapter 2D Circular Geometry Kernel.
Functions | |
| template<typename CircularKernel > | |
| Comparison_result | CGAL::compare_x (const CGAL::Circular_arc_point_2< CircularKernel > &p, const CGAL::Circular_arc_point_2< CircularKernel > &q) |
compares the \( x\)-coordinates of p and q. More... | |
| template<typename CircularKernel > | |
| Comparison_result | CGAL::compare_x (const CGAL::Circular_arc_point_2< CircularKernel > &p, const CGAL::Point_2< CircularKernel > &q) |
compares the \( x\)-coordinates of p and q. More... | |
| Comparison_result CGAL::compare_x | ( | const CGAL::Circular_arc_point_2< CircularKernel > & | p, |
| const CGAL::Circular_arc_point_2< CircularKernel > & | q | ||
| ) |
#include <CGAL/Kernel/global_functions.h>
compares the \( x\)-coordinates of p and q.
| Comparison_result CGAL::compare_x | ( | const CGAL::Circular_arc_point_2< CircularKernel > & | p, |
| const CGAL::Point_2< CircularKernel > & | q | ||
| ) |
#include <CGAL/Kernel/global_functions.h>
compares the \( x\)-coordinates of p and q.