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
17MRC_API void MR_deleteTargetFaces_MR_Vector3f(MR_Mesh *obj, const MR_Vector3f *targetCenter);
18
22MRC_API void MR_deleteTargetFaces_MR_Mesh(MR_Mesh *obj, const MR_Mesh *target);
23
24#ifdef __cplusplus
25} // extern "C"
26#endif
struct MR_Mesh MR_Mesh
Definition MRCtm.h:16
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)
Generated from class MR::Vector3f.
Definition MRVector3.h:47