openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
ネームスペース | 関数
kinbodyjoint.cpp

(2013-03-18 10:33:00 +0900, commit:334d202)

#include "libopenrave.h"
#include <algorithm>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include "fparsermulti.h"
kinbodyjoint.cppのインクルード依存関係図

ソースコードを見る。

ネームスペース

namespace  OpenRAVE
 The entire OpenRAVE library.
 

関数

static void OpenRAVE::fparser_polyroots2 (vector< dReal > &rawroots, const vector< dReal > &rawcoeffs)
 
template<int D>
static void OpenRAVE::fparser_polyroots (vector< dReal > &rawroots, const vector< dReal > &rawcoeffs)
 
static void OpenRAVE::fparser_sssa (std::vector< dReal > &res, const vector< dReal > &coeffs)
 
static void OpenRAVE::fparser_sasa (std::vector< dReal > &res, const vector< dReal > &coeffs)
 take triangle 2 sides and an angle and compute the missing angle
 
static void OpenRAVE::fparser_sass (std::vector< dReal > &res, const vector< dReal > &coeffs)
 take triangle 2 sides and an angle and compute the missing side
 
OpenRAVEFunctionParserRealPtr OpenRAVE::CreateJointFunctionParser ()