MeshLib C++ Docs
Loading...
Searching...
No Matches
MRAxis.h
Go to the documentation of this file.
1#pragma once
2
3namespace MR
4{
7
8 enum class Axis
9 {
10 X,
11 Y,
12 Z,
13 Count
14 };
15}
Axis
Definition MRAxis.h:9
only for bindings generation
Definition MRCameraOrientationPlugin.h:8