Depending on which CGAL kernel is used, different versions of this global function are available. This is described below.
With the basic 2D and 3D Kernel (see Chapter 7)
|
| |||
compares the -coordinates of and the vertical projection
of p on h, see (d) in the figure
below.
| ||||
|
| |||
compares the -coordinates of the vertical projection
of p on h1 and on h2, see (e) in the figure
below.
| ||||
|
| |||
Let be the
intersection
of lines and .
This function compares the -coordinates of and
the vertical projection of p on h, see (f) in the figure
below.
| ||||
|
| |||
Let be the
intersection
of lines and . This function
compares the -coordinates of the vertical projection of p on
h1 and on h2, see (g) in the figure
below.
| ||||
|
| |||
compares the -coordinates of and the vertical projection
of p on s. If s is vertical, then return
EQUAL when p lies on s, SMALLER when p lies
under s, and LARGER otherwise.
| ||||
|
| |||
compares the -coordinates of the vertical projection
of p on s1 and on s2. If s1 or s2
is vertical, then return EQUAL if they intersect, otherwise return
SMALLER if s1 lies below s2, and return LARGER
otherwise.
|
With the 2D Circular Kernel (see Chapter 9)
#include <CGAL/global_functions_circular_kernel_2.h>
If this kernel is used, in addition to the function and the combination of 2D types described above, another version of the function is provided.
|
| |
Same as above, for a point and a circular arc. | ||
|
| |
Same as above, for a point and a line segment. |