25 #ifndef __CONVEX_HULL_H
26 #define __CONVEX_HULL_H
41 void BuildConvexHull( std::vector<wxPoint>& aResult,
const std::vector<wxPoint>& aPoly );
49 void BuildConvexHull( std::vector<wxPoint>& aResult,
const SHAPE_POLY_SET& aPolygons );
59 void BuildConvexHull( std::vector<wxPoint>& aResult,
const SHAPE_POLY_SET& aPolygons,
60 const wxPoint& aPosition,
double aRotation );
Represent a set of closed polygons.
Definition: shape_poly_set.h:65
Definition: wx_compat.h:40