MeshLib C Docs
Loading...
Searching...
No Matches
MRMakePlane.h File Reference
#include <MRCMisc/exports.h>

Go to the source code of this file.

Typedefs

typedef struct MR_Mesh MR_Mesh
 

Functions

MRC_API MR_MeshMR_makePlane (void)
 

Typedef Documentation

◆ MR_Mesh

typedef struct MR_Mesh MR_Mesh

Function Documentation

◆ MR_makePlane()

MRC_API MR_Mesh * MR_makePlane ( void )

Generated from function MR::makePlane. Never returns null. Returns an instance allocated on the heap! Must call MR_Mesh_Destroy() to free it when you're done using it.