MeshLib C++ Docs
Loading...
Searching...
No Matches
MRConvexHull.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
9
10
12MRMESH_API Mesh makeConvexHull( const VertCoords & points, const VertBitSet & validPoints );
15
18
19}
#define MRMESH_API
Definition MRMeshFwd.h:80
Contour2< float > Contour2f
Definition MRMeshFwd.h:380
Mesh makeConvexHull(const VertCoords &points, const VertBitSet &validPoints)
computes the mesh of convex hull from given input points
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh.h:23
Definition MRPointCloud.h:17