#include "MRMeshFwd.h"
Go to the source code of this file.
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API void | MR::findAlphaShapeNeiTriangles (const PointCloud &cloud, VertId v, float radius, Triangulation &appendTris, std::vector< VertId > &neis, bool onlyLargerVids) |
if true then two other points must have larger ids (to avoid finding same triangles several times) | |
MRMESH_API Triangulation | MR::findAlphaShapeAllTriangles (const PointCloud &cloud, float radius) |
find all triangles of alpha-shape with negative alpha = -1/radius | |