MeshLib C Docs
Loading...
Searching...
No Matches
MRMeshBoundary.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
MRCMesh/MRId.h
>
4
#include <
MRCMisc/exports.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
typedef
struct
MR_FaceBitSet
MR_FaceBitSet
;
// Defined in `#include <MRCMesh/MRBitSet.h>`.
11
typedef
struct
MR_Mesh
MR_Mesh
;
// Defined in `#include <MRCMesh/MRMesh.h>`.
12
13
21
MRC_API
void
MR_straightenBoundary
(
MR_Mesh
*mesh,
MR_EdgeId
bd,
float
minNeiNormalsDot,
float
maxTriAspectRatio,
MR_FaceBitSet
*newFaces);
22
23
#ifdef __cplusplus
24
}
// extern "C"
25
#endif
MR_FaceBitSet
struct MR_FaceBitSet MR_FaceBitSet
Definition
MRAABBTreeBase.h:25
MR_Mesh
struct MR_Mesh MR_Mesh
Definition
MRCtm.h:13
MRId.h
MR_straightenBoundary
MRC_API void MR_straightenBoundary(MR_Mesh *mesh, MR_EdgeId bd, float minNeiNormalsDot, float maxTriAspectRatio, MR_FaceBitSet *newFaces)
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MR_EdgeId
Definition
MRId.h:152
MeshLib
Cbindings
MRCMesh
MRMeshBoundary.h
Generated by
1.11.0