libalmath  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
unit.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 Softbank Robotics. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can be
4  * found in the COPYING file.
5  */
6 
7 #ifndef LIBALMATH_ALMATH_SCENEGRAPH_QIANIM_UNIT_H
8 #define LIBALMATH_ALMATH_SCENEGRAPH_QIANIM_UNIT_H
9 
10 #include <almath/api.h>
11 
12 namespace AL {
13 namespace qianim {
14 
15 enum struct Unit {
17  radian,
18  degree,
19  meter
20 };
21 }
22 }
23 
24 #endif