forked from bartvdbraak/blender
29 lines
494 B
C++
29 lines
494 B
C++
/** \file itasc/kdl/frameacc.cpp
|
|
* \ingroup itasc
|
|
*/
|
|
/*****************************************************************************
|
|
* \author
|
|
* 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
|
|
|
|
}
|
|
|