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
8extern "C" {
9#endif
10
11typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
12typedef struct MR_std_vector_MR_Vector2f MR_std_vector_MR_Vector2f; // Defined in `#include <MRCMisc/std_vector_MR_Vector2f.h>`.
13
14
21MRC_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
struct MR_std_vector_MR_Vector2f MR_std_vector_MR_Vector2f
Definition MRContour.h:11
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
MRC_API MR_Mesh * MR_makeSolidOfRevolution(const MR_std_vector_MR_Vector2f *profile, const int32_t *resolution)
#define MRC_API
Definition exports.h:11