MeshLib C Docs
Loading...
Searching...
No Matches
MRMakePlane.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>`.
10
11
12// Makes square plane 1x1 size with center at (0,0,0) and (0,0,1) normal
16
17#ifdef __cplusplus
18} // extern "C"
19#endif
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
MRC_API MR_Mesh * MR_makePlane(void)
#define MRC_API
Definition exports.h:11