Skip to content

Commit

Permalink
Fixed incorrect code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusJohnson committed Dec 3, 2023
1 parent 385bd37 commit d41d9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPP/BenchMark/GetIntersectPtBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef std::function<bool(const Point64&, const Point64&,
const Point64&, const Point64&, Point64&)> GipFunction;

/////////////////////////////////////////////////////////
// GIP1: This is the current Clipper2 PointInPolygon code
// GIP1: This is the current Clipper2 GetIntersectPoint code
/////////////////////////////////////////////////////////
static bool GIP1(const Point64& ln1a, const Point64& ln1b,
const Point64& ln2a, const Point64& ln2b, Point64& ip)
Expand Down

0 comments on commit d41d9a9

Please sign in to comment.