MeshLib C Docs
Loading...
Searching...
No Matches
MRMeshDelete.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
10typedef struct MR_Vector3f MR_Vector3f; // Defined in `#include <MRCMesh/MRVector3.h>`.
11
12
18
23
24#ifdef __cplusplus
25} // extern "C"
26#endif
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
MRC_API void MR_deleteTargetFaces_MR_Mesh(MR_Mesh *obj, const MR_Mesh *target)
MRC_API void MR_deleteTargetFaces_MR_Vector3f(MR_Mesh *obj, const MR_Vector3f *targetCenter)
#define MRC_API
Definition exports.h:11
Definition MRVector3.h:51