MeshLib C Docs
Loading...
Searching...
No Matches
MRAxis.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9
10typedef int32_t MR_Axis;
11enum // MR_Axis
12{
17};
18
19#ifdef __cplusplus
20} // extern "C"
21#endif
@ MR_Axis_Z
Definition MRAxis.h:15
@ MR_Axis_X
Definition MRAxis.h:13
@ MR_Axis_Count
Definition MRAxis.h:16
@ MR_Axis_Y
Definition MRAxis.h:14
int32_t MR_Axis
Definition MRAxis.h:10