mirror of https://github.com/CGAL/cgal
Arrangement: Fix comment in Arr_segment_traits
This commit is contained in:
parent
386811cb7c
commit
55edc672ab
|
|
@ -486,7 +486,7 @@ public:
|
||||||
compare_xy(cv2.right(), p) == LARGER);
|
compare_xy(cv2.right(), p) == LARGER);
|
||||||
|
|
||||||
// Compare the slopes of the two segments to determine their relative
|
// Compare the slopes of the two segments to determine their relative
|
||||||
// position immediately to the left of q.
|
// position immediately to the right of q.
|
||||||
// Notice we use the supporting lines in order to compare the slopes.
|
// Notice we use the supporting lines in order to compare the slopes.
|
||||||
return (kernel.compare_slope_2_object()(cv1.line(), cv2.line()));
|
return (kernel.compare_slope_2_object()(cv1.line(), cv2.line()));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue