MeshLib C Docs
Loading...
Searching...
No Matches
MRSolidOfRevolution.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
MRCMisc/exports.h
>
4
5
#include <stdint.h>
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
typedef
struct
MR_Mesh
MR_Mesh
;
// Defined in `#include <MRCMesh/MRMesh.h>`.
12
typedef
struct
MR_std_vector_MR_Vector2f
MR_std_vector_MR_Vector2f
;
// Defined in `#include <MRCMisc/std_vector_MR_Vector2f.h>`.
13
14
21
MRC_API
MR_Mesh
*
MR_makeSolidOfRevolution
(
const
MR_std_vector_MR_Vector2f
*profile,
const
int32_t *resolution);
22
23
#ifdef __cplusplus
24
}
// extern "C"
25
#endif
MR_std_vector_MR_Vector2f
struct MR_std_vector_MR_Vector2f MR_std_vector_MR_Vector2f
Definition
MRContour.h:11
MR_Mesh
struct MR_Mesh MR_Mesh
Definition
MRCtm.h:13
MR_makeSolidOfRevolution
MRC_API MR_Mesh * MR_makeSolidOfRevolution(const MR_std_vector_MR_Vector2f *profile, const int32_t *resolution)
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCMesh
MRSolidOfRevolution.h
Generated by
1.11.0