MCL
A C++ library mirroring some of the most common Matlab functions.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
mcl
include
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
{
13
kRightHanded
,
14
kLeftHanded
15
};
16
19
enum
WallType
{
20
kCarpetPile
,
23
kCarpetCotton
,
26
kWallBricks
,
30
kCeilingTile
,
33
kRigid
35
};
36
37
}
38
#endif
/* CONSTANTS_H */
Generated on Mon Mar 30 2020 09:25:16 for MCL by
1.8.2