Bullet btMotionState encapsulation. More...
#include <BulletMotionState.hh>
Inherits btMotionState.
Public Member Functions | |
| BulletMotionState (LinkPtr _link) | |
| Constructor.  More... | |
| virtual | ~BulletMotionState () | 
| Destructor.  More... | |
| virtual void | getWorldTransform (btTransform &_cogWorldTrans) const | 
| Get the world transform of the body at the center of gravity.  More... | |
| virtual void | setWorldTransform (const btTransform &_cogWorldTrans) | 
| Set the world transform of the body at the center of gravity.  More... | |
Bullet btMotionState encapsulation.
| BulletMotionState | ( | LinkPtr | _link | ) | 
Constructor.
      
  | 
  virtual | 
Destructor.
      
  | 
  virtual | 
Get the world transform of the body at the center of gravity.
| [out] | _cogWorldTrans | Pose of body center of gravity. | 
      
  | 
  virtual | 
Set the world transform of the body at the center of gravity.
| [in] | _cogWorldTrans | Pose of body center of gravity. |