#include <vector>
#include <Geometry.hpp>
Go to the source code of this file.
|
| | mgx |
| | Distributed matrix library.
|
| |
|
| 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) |
| |