MeshLib
 
Loading...
Searching...
No Matches
MRMeshC/MRConvexHull.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
6
7// TODO: MRMesh* mrMakeConvexHullFromPoints
8
9// computes the mesh of convex hull from given mesh
11
12// computes the mesh of convex hull from given point cloud
14
MRMESHC_API MRMesh * mrMakeConvexHullFromPointCloud(const MRPointCloud *pointCloud)
MR_EXTERN_C_BEGIN MRMESHC_API MRMesh * mrMakeConvexHullFromMesh(const MRMesh *mesh)
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
struct MRPointCloud MRPointCloud
Definition MRMeshC/MRMeshFwd.h:45
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
struct MRMesh MRMesh
Definition MRMeshC/MRMeshFwd.h:43
#define MRMESHC_API
Definition MRMeshC/MRMeshFwd.h:19