Skip to content

Commit

Permalink
Apply 1 suggestion(s) to 1 file(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 10, 2023
1 parent 165408e commit f10e9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithm/visibility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) ||
Expand Down

0 comments on commit f10e9fa

Please sign in to comment.