src
constant.hh
Go to the documentation of this file.
1
/*
2
* Copyright 2010 CNRS
3
*
4
* Florent Lamiraux
5
*/
6
7
#ifndef DG_TUTORIAL_CONSTANT_HH
8
#define DG_TUTORIAL_CONSTANT_HH
9
10
namespace
dynamicgraph
{
11
namespace
tutorial {
12
class
Constant
{
13
public
:
14
static
const
double
gravity
;
15
};
16
}
// namespace tutorial
17
}
// namespace dynamicgraph
18
19
#endif // DG_TUTORIAL_CONSTANT_HH
dynamicgraph::tutorial::Constant
Definition:
constant.hh:12
dynamicgraph::tutorial::Constant::gravity
static const double gravity
Definition:
constant.hh:14
dynamicgraph
dynamic-graph-tutorial
Author(s): Nicolas Mansard, Olivier Stasse
autogenerated on Sun Jun 25 2023 02:37:04