MCL
A C++ library mirroring some of the most common Matlab functions.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
constants.h
Go to the documentation of this file.
1 #ifndef CONSTANTS_H
2 #define CONSTANTS_H
3 
4 
5 namespace mcl {
6 
7 
8 
9 
12 enum Handedness {
15 };
16 
19 enum WallType {
35 };
36 
37 }
38 #endif /* CONSTANTS_H */