This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/intern/itasc/kdl/framevel.cpp

29 lines
483 B
C++

/** \file itasc/kdl/framevel.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 "framevel.hpp"
namespace KDL {
#ifndef KDL_INLINE
#include "framevel.inl"
#endif
}