Skip to content

Commit

Permalink
c api: missing pre-condition regarding geometry type for sfcgal_geome…
Browse files Browse the repository at this point in the history
…try_straight_skeleton_partition
  • Loading branch information
delhomer committed Oct 4, 2024
1 parent 5ffa189 commit 6413c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/capi/sfcgal_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,7 @@ sfcgal_geometry_approximate_medial_axis(const sfcgal_geometry_t *geom);
/**
* Returns the straight skeleton partition for the given Polygon
* @pre isValid(geom) == true
* @pre geom must be a Polygon, Triangle or MultiPolygon
* @post isValid(return) == true
* @ingroup capi
*/
Expand Down

0 comments on commit 6413c03

Please sign in to comment.