Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed May 23, 2024
1 parent 889a006 commit c3761be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coverage/CoveragePolygon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ namespace coverage { // geos.coverage
CoveragePolygon::CoveragePolygon(const Polygon* poly)
: m_polygon(poly)
{
//-- cache polygon envelope for maximum performance
polyEnv = *(poly->getEnvelopeInternal());
}

Expand Down

0 comments on commit c3761be

Please sign in to comment.