Public Member Functions | List of all members
gazebo::physics::BulletMotionState Class Reference

Bullet btMotionState encapsulation. More...

#include <BulletMotionState.hh>

Inheritance diagram for gazebo::physics::BulletMotionState:
Inheritance graph
[legend]

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...
 

Detailed Description

Bullet btMotionState encapsulation.

Constructor & Destructor Documentation

gazebo::physics::BulletMotionState::BulletMotionState ( LinkPtr  _link)

Constructor.

virtual gazebo::physics::BulletMotionState::~BulletMotionState ( )
virtual

Destructor.

Member Function Documentation

virtual void gazebo::physics::BulletMotionState::getWorldTransform ( btTransform &  _cogWorldTrans) const
virtual

Get the world transform of the body at the center of gravity.

Parameters
[out]_cogWorldTransPose of body center of gravity.
virtual void gazebo::physics::BulletMotionState::setWorldTransform ( const btTransform &  _cogWorldTrans)
virtual

Set the world transform of the body at the center of gravity.

Parameters
[in]_cogWorldTransPose of body center of gravity.

The documentation for this class was generated from the following file: