Arrangement: Fix comment in Arr_segment_traits

This commit is contained in:
Andreas Fabri 2022-06-27 17:55:51 +01:00
parent 386811cb7c
commit 55edc672ab
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ public:
compare_xy(cv2.right(), p) == LARGER);
// 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.
return (kernel.compare_slope_2_object()(cv1.line(), cv2.line()));
}