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#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
10typedef struct MR_std_vector_MR_Vector2f MR_std_vector_MR_Vector2f; // Defined in `#include <MRCMisc/std_vector_MR_Vector2f.h>`.
11
12
19MRC_API MR_Mesh *MR_makeSolidOfRevolution(const MR_std_vector_MR_Vector2f *profile, const int *resolution);
20
21#ifdef __cplusplus
22} // extern "C"
23#endif
struct MR_std_vector_MR_Vector2f MR_std_vector_MR_Vector2f
Definition MRContour.h:11
struct MR_Mesh MR_Mesh
Definition MRCtm.h:12
MRC_API MR_Mesh * MR_makeSolidOfRevolution(const MR_std_vector_MR_Vector2f *profile, const int *resolution)
#define MRC_API
Definition exports.h:11