From f10e9fa8eece1878e992bc94a81187d8dc076730 Mon Sep 17 00:00:00 2001 From: lbartoletti Date: Tue, 10 Oct 2023 06:58:16 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/algorithm/visibility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithm/visibility.cpp b/src/algorithm/visibility.cpp index 2fa640f3..352c1dc3 100644 --- a/src/algorithm/visibility.cpp +++ b/src/algorithm/visibility.cpp @@ -81,7 +81,7 @@ visibility(const Geometry &polygon, const Geometry &point, NoValidityCheck) if (face != nullptr) { fh = tev.compute_visibility(queryPoint, *face, output_arr); } else { - // If the point in a boundary segment, find the corresponding half edge + // If the point is in a boundary segment, find the corresponding half edge he = arr.halfedges_begin(); bool cont = !Segment_2(he->source()->point(), he->target()->point()) .has_on(queryPoint) ||