MorphoGraphX  2.0-1-227
Namespaces | Functions
triangle.h File Reference
#include <vector>
#include <Geometry.hpp>

Go to the source code of this file.

Namespaces

 mgx
 Distributed matrix library.
 

Functions

mgx_EXPORT void mgx::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)
 
mgx_EXPORT void mgx::triangulateDelaunay2D (const std::vector< Point2f > &pList, std::vector< Point2f > &ptList, std::vector< Point3i > &triList)