MeshLib Documentation
Loading...
Searching...
No Matches
MRMesh/MRConvexHull.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
MRMeshFwd.h
"
4
5
namespace
MR
6
{
7
8
// computes the mesh of convex hull from given input points
9
MRMESH_API
Mesh
makeConvexHull
(
const
VertCoords & points,
const
VertBitSet & validPoints );
10
MRMESH_API
Mesh
makeConvexHull
(
const
Mesh
& in );
11
MRMESH_API
Mesh
makeConvexHull
(
const
PointCloud
& in );
12
13
}
//namespace MR
MRMeshFwd.h
MRMESH_API
#define MRMESH_API
Definition
MRMesh/MRMeshFwd.h:46
MR
Definition
MRCameraOrientationPlugin.h:8
MR::makeConvexHull
MRMESH_API Mesh makeConvexHull(const VertCoords &points, const VertBitSet &validPoints)
MR::Mesh
Definition
MRMesh/MRMesh.h:23
MR::PointCloud
Definition
MRMesh/MRPointCloud.h:16
MeshLib
source
MRMesh
MRConvexHull.h
Generated by
1.11.0