Aldebaran documentation
|
C++ Libraries
|
index
libalmath
2.8.7.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
almath
scenegraph
qianim
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
{
16
dimensionless
,
17
radian
,
18
degree
,
19
meter
20
};
21
}
22
}
23
24
#endif
AL::qianim::Unit::dimensionless
AL::qianim::Unit::radian
AL::qianim::Unit
Unit
Definition:
unit.h:15
AL::qianim::Unit::meter
AL::qianim::Unit::degree
Copyright Aldebaran Robotics