25#ifndef __CONVEX_HULL_H
26#define __CONVEX_HULL_H
41void BuildConvexHull( std::vector<wxPoint>& aResult,
const std::vector<wxPoint>& aPoly );
49void BuildConvexHull( std::vector<wxPoint>& aResult,
const SHAPE_POLY_SET& aPolygons );
59void 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