Welcome to mirror list, hosted at ThFree Co, Russian Federation.

frameacc.cpp « kdl « itasc « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14c1e585ad0215b784c1919c45c356a329cc96f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/** \file itasc/kdl/frameacc.cpp
 *  \ingroup itasc
 */
/*****************************************************************************
 *  	Erwin Aertbelien, Div. PMA, Dep. of Mech. Eng., K.U.Leuven
 *
 *  \version
 *		ORO_Geometry V0.2
 *
 *	\par History
 *		- $log$
 *
 *	\par Release
 *		$Name:  $
 ****************************************************************************/


#include "frameacc.hpp"

namespace KDL {

#ifndef KDL_INLINE
    #include "frameacc.inl"
#endif

}