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 );
13MRMESH_API Mesh makeConvexHull( const Mesh & in );
14MRMESH_API Mesh makeConvexHull( const PointCloud & in );
15
17MRMESH_API Contour2f makeConvexHull( Contour2f points );
18
19}
MRMESH_API 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