|
CGAL 6.3 - 2D and 3D Linear Geometry Kernel
|
Functions | |
| template<typename Kernel> | |
| Comparison_result | CGAL::compare_x_at_y (const CGAL::Point_2< Kernel > &p, const CGAL::Line_2< Kernel > &h) |
| compares the \( x\)-coordinates of p and the horizontal projection of p on h. | |
| template<typename Kernel> | |
| Comparison_result | CGAL::compare_x_at_y (const CGAL::Point_2< Kernel > &p, const CGAL::Line_2< Kernel > &h1, const CGAL::Line_2< Kernel > &h2) |
| This function compares the \( x\)-coordinates of the horizontal projection of p on h1 and on h2. | |
| template<typename Kernel> | |
| Comparison_result | CGAL::compare_x_at_y (const CGAL::Line_2< Kernel > &l1, const CGAL::Line_2< Kernel > &l2, const CGAL::Line_2< Kernel > &h) |
| Let p be the intersection of lines l1 and l2. | |
| template<typename Kernel> | |
| Comparison_result | CGAL::compare_x_at_y (const CGAL::Line_2< Kernel > &l1, const CGAL::Line_2< Kernel > &l2, const CGAL::Line_2< Kernel > &h1, const CGAL::Line_2< Kernel > &h2) |
| Let p be the intersection of lines l1 and l2. | |
| Comparison_result CGAL::compare_x_at_y | ( | const CGAL::Line_2< Kernel > & | l1, |
| const CGAL::Line_2< Kernel > & | l2, | ||
| const CGAL::Line_2< Kernel > & | h ) |
#include <CGAL/Kernel/global_functions.h>
Let p be the intersection of lines l1 and l2.
This function compares the \( x\)-coordinates of p and the horizontal projection of p on h. See Figure figcomparexaty (c).
| Comparison_result CGAL::compare_x_at_y | ( | const CGAL::Line_2< Kernel > & | l1, |
| const CGAL::Line_2< Kernel > & | l2, | ||
| const CGAL::Line_2< Kernel > & | h1, | ||
| const CGAL::Line_2< Kernel > & | h2 ) |
#include <CGAL/Kernel/global_functions.h>
Let p be the intersection of lines l1 and l2.
This function compares the \( x\)-coordinates of the horizontal projection of p on h1 and on h2 See Figure figcomparexaty (d).
| Comparison_result CGAL::compare_x_at_y | ( | const CGAL::Point_2< Kernel > & | p, |
| const CGAL::Line_2< Kernel > & | h ) |
#include <CGAL/Kernel/global_functions.h>
compares the \( x\)-coordinates of p and the horizontal projection of p on h.
See Figure figcomparexaty (a).
| Comparison_result CGAL::compare_x_at_y | ( | const CGAL::Point_2< Kernel > & | p, |
| const CGAL::Line_2< Kernel > & | h1, | ||
| const CGAL::Line_2< Kernel > & | h2 ) |
#include <CGAL/Kernel/global_functions.h>
This function compares the \( x\)-coordinates of the horizontal projection of p on h1 and on h2.
See Figure figcomparexaty (b).