|
Lumiverse
2.5
A framework for creating lighting control applications
|
Stores a orientation value in Lumiverse. More...
#include "../LumiverseType.h"#include <string>#include <stdio.h>#include <unordered_map>#include <math.h>

Go to the source code of this file.
Classes | |
| class | Lumiverse::LumiverseOrientation |
| Defines an orientation in Lumiverse. More... | |
Namespaces | |
| Lumiverse | |
| Contains all core Lumiverse functions and variables. | |
Enumerations | |
| enum | Lumiverse::ORIENTATION_UNIT { DEGREE, RADIAN } |
| Enumeration indicating the type of angular unit stored. | |
Variables | |
| static unordered_map< int, string > | Lumiverse::oriToString |
| Converts orientation to string. More... | |
| static unordered_map< string, int > | Lumiverse::stringToOri |
Stores a orientation value in Lumiverse.
1.8.10