Files
workinf_Blender_Wasm/blender-5.2.0/intern/itasc/kdl/frameacc.cpp
2026-08-12 04:47:48 -04:00

28 lines
487 B
C++

/** \file itasc/kdl/frameacc.cpp
* \ingroup intern_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
}