Skip to content

Commit

Permalink
Add GEOSOrientPolygons version number doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Oct 29, 2023
1 parent e068d35 commit d7a5a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capi/geos_c.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -2949,6 +2949,7 @@ extern int GEOS_DLL GEOSNormalize(GEOSGeometry* g);
* \param exteriorCW if 1, exterior rings will be clockwise and interior rings
* will be counter-clockwise
* \return 0 on success or -1 on exception
* \since 3.12
*/
extern int GEOS_DLL GEOSOrientPolygons(GEOSGeometry* g,
int exteriorCW);
Expand Down

0 comments on commit d7a5a51

Please sign in to comment.