Skip to content

Commit

Permalink
Make docs more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 14, 2021
1 parent 81f8e49 commit 0d5bbd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/pal/pointset.h
Expand Up @@ -120,7 +120,9 @@ namespace pal
OrientedConvexHullBoundingBox computeConvexHullOrientedBoundingBox( bool &ok );

/**
* Split a concave shape into several convex shapes.
* Split a polygon using some random logic into some other polygons.
*
* \warning this code is completely unreadable and cannot be understood by mortals
*/
static void splitPolygons( QLinkedList<PointSet *> &inputShapes,
QLinkedList<PointSet *> &outputShapes,
Expand Down

0 comments on commit 0d5bbd3

Please sign in to comment.