humoto
rigid_body.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @author Jan Michalczyk
5  @copyright 2014-2017 INRIA. Licensed under the Apache License, Version 2.0.
6  (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
7 
8  @brief This header is included in humoto.h
9 */
10 
11 #pragma once
12 
13 namespace humoto
14 {
15  /**
16  * @brief Namespace containing definitions related to rigid bodies and their motions.
17  */
18  namespace rigidbody
19  {
20  }
21 }
22 
The root namespace of HuMoTo.
Definition: config.h:12