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
5
namespace
MR
6
{
9
10
12
MRMESH_API
Mesh
makeConvexHull
(
const
VertCoords & points,
const
VertBitSet & validPoints );
13
MRMESH_API
Mesh
makeConvexHull
(
const
Mesh
& in );
14
MRMESH_API
Mesh
makeConvexHull
(
const
PointCloud
& in );
15
17
MRMESH_API Contour2f
makeConvexHull
( Contour2f points );
18
19
}
MR::makeConvexHull
MRMESH_API Mesh makeConvexHull(const VertCoords &points, const VertBitSet &validPoints)
computes the mesh of convex hull from given input points
MR
only for bindings generation
Definition
MRCameraOrientationPlugin.h:8
MR::Mesh
Definition
MRMesh.h:23
MR::PointCloud
Definition
MRPointCloud.h:17
MeshLib
source
MRMesh
MRConvexHull.h
Generated by
1.11.0