mgx_EXPORT void triangulatePolygon(float maxArea, const std::vector< Point2f > &pList, const std::vector< Point2i > &segList, std::vector< Point2f > &ptList, std::vector< Point3i > &triList, std::vector< Point2i > &segtList, bool boundary=false, bool addPointsCenter=true)