Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Functions | |
| Expected< Mesh > | MR::delaunayTriangulationXY (std::vector< Vector3f > points, const ProgressCallback &cb={}) |
| Expected< Mesh > | MR::delaunayTriangulationXY (const PointCloud &cloud, const ProgressCallback &cb={}) |
| Expected< Mesh > | MR::delaunayTriangulationXY (PointCloud &&cloud, const ProgressCallback &cb={}) |
| same as above, but moves cloud points into the resulting mesh instead of copying them | |