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{
7
8// computes the mesh of convex hull from given input points
9MRMESH_API Mesh makeConvexHull( const VertCoords & points, const VertBitSet & validPoints );
12
13// computes the contour of convex hull from given input points
14MRMESH_API Contour2f makeConvexHull( Contour2f points );
15
16} //namespace MR
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRMesh/MRMesh.h:23
Definition MRMesh/MRPointCloud.h:17
Definition MRCameraOrientationPlugin.h:8
MRMESH_API Mesh makeConvexHull(const VertCoords &points, const VertBitSet &validPoints)