Navigation: Up, Table of Contents, Bibliography, Index, Title Page

CGAL::compare_y

Comparison_result compare_y ( Point_2<R> p, Point_2<R> q)
compares Cartesian y-coordinates of p and q.

Comparison_result compare_y ( Point_3<R> p, Point_3<R> q)
compares Cartesian y-coordinates of p and q.

Comparison of the x 
or y coordinates of the (implicitly given) points in the boxes

Comparison_result compare_y ( Point_2<R> p, Line_2<R> l1, Line_2<R> l2)
compares the y-coordinates of p and the intersection of lines l1 and l2, see (a) in the figure above.

Comparison_result compare_y ( Line_2<R> l, Line_2<R> h1, Line_2<R> h2)
compares the y-coordinates of the intersection of line l with line h1 and with line h2, see (b) in the figure above.

Comparison_result
compare_y ( Line_2<R> l1,
Line_2<R> l2,
Line_2<R> h1,
Line_2<R> h2)
compares the y-coordinates of the intersection of lines l1 and l2 and the intersection of lines h1 and h2 , see (c) in the figure above.

See Also

CGAL::compare_xy
CGAL::compare_xyz
CGAL::compare_x
CGAL::compare_x_at_y
CGAL::compare_yx
CGAL::compare_y_at_x
CGAL::compare_z


Next: compare_y_at_x
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
www.cgal.org. Aug 13, 2001.