Skip to content

Commit

Permalink
grammer mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahim Tajwar Saikat committed Jul 16, 2023
1 parent ad296be commit e0544c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geometry/Geometry 2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 876,7 @@ pair<int, int> tangents_from_point_to_polygon(vector<PT> &p, PT Q){
}

// minimum distance from a point to a convex polygon
// it assumes point does not lie strictly outside the polygon
// it assumes point lie strictly outside the polygon
double dist_from_point_to_polygon(vector<PT> &p, PT z) {
double ans = inf;
int n = p.size();
Expand Down

0 comments on commit e0544c0

Please sign in to comment.