MeshLib C++ Docs
Loading...
Searching...
No Matches
MRDelaunayTriangulationXY.h File Reference
#include "MRMeshFwd.h"
#include "MRMesh.h"
#include "MRProgressCallback.h"
#include "MRExpected.h"

Go to the source code of this file.

Namespaces

namespace  MR
 only for bindings generation

Functions

Expected< MeshMR::delaunayTriangulationXY (std::vector< Vector3f > points, const ProgressCallback &cb={})
Expected< MeshMR::delaunayTriangulationXY (const PointCloud &cloud, const ProgressCallback &cb={})
Expected< MeshMR::delaunayTriangulationXY (PointCloud &&cloud, const ProgressCallback &cb={})
 same as above, but moves cloud points into the resulting mesh instead of copying them