MeshLib
 
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} //namespace MR
List< Vector3f^> VertCoords
Definition MRDotNet/MRMeshFwd.h:95
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRDotNet/MRBitSet.h:39
Definition MRCameraOrientationPlugin.h:7
MRMESH_API Mesh makeConvexHull(const VertCoords &points, const VertBitSet &validPoints)
Definition MRMesh/MRMesh.h:23
Definition MRMesh/MRPointCloud.h:16