メインページ | ネームスペース一覧 | クラス階層 | 構成 | Directories | ファイル一覧 | ネームスペースメンバ | 構成メンバ | ファイルメンバ | 関連ページ

JointControl.h

00001 // JointControl.h: JointControl クラスのインターフェイス
00002 //
00003 //////////////////////////////////////////////////////////////////////
00004 
00005 #ifndef JOINTCONTROL_H
00006 #define JOINTCONTROL_H
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include <Physics/PHJointPid.h>
00013 #include <Physics/PHJoint.h>
00014 #include <Physics/PHJointMulti.h>
00015 namespace Spr{;
00016 
00017 class JointControl  
00018 {
00019 public:
00020     JointControl();
00021     virtual ~JointControl();
00022 
00023     void Load(SGScene* scene);
00024     void GetJointData();
00025 
00026     //UTRef<PHJoint1D> jo1;
00027     //UTRef<PHJointUniversal> jo1;
00028     UTRef<PHJointBall> jo1;
00029 
00030 };
00031 
00032 }       // end namespace
00033 #endif // !defined(JOINTCONTROL_H)

Springheadに対してSun Apr 16 01:57:53 2006に生成されました。  doxygen 1.4.1