MeshLib
 
Loading...
Searching...
No Matches
MRMeshC/MRCube.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
6
9MRMESHC_API MRMesh* mrMakeCube( const MRVector3f* size, const MRVector3f* base );
10
MR_EXTERN_C_BEGIN MRMESHC_API MRMesh * mrMakeCube(const MRVector3f *size, const MRVector3f *base)
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
struct MRMesh MRMesh
Definition MRMeshC/MRMeshFwd.h:42
#define MRMESHC_API
Definition MRMeshC/MRMeshFwd.h:19
three-dimensional vector
Definition MRMeshC/MRVector3.h:9