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