|
OpenMW
|
#include <BtOgreExtras.h>
Public Member Functions | |
| Convert () | |
| ~Convert () | |
Static Public Member Functions | |
| static btQuaternion | toBullet (const Ogre::Quaternion &q) |
| static btVector3 | toBullet (const Ogre::Vector3 &v) |
| static Ogre::Quaternion | toOgre (const btQuaternion &q) |
| static Ogre::Vector3 | toOgre (const btVector3 &v) |
| BtOgre::Convert::Convert | ( | ) | [inline] |
| BtOgre::Convert::~Convert | ( | ) | [inline] |
| static btQuaternion BtOgre::Convert::toBullet | ( | const Ogre::Quaternion & | q | ) | [inline, static] |
| static btVector3 BtOgre::Convert::toBullet | ( | const Ogre::Vector3 & | v | ) | [inline, static] |
| static Ogre::Quaternion BtOgre::Convert::toOgre | ( | const btQuaternion & | q | ) | [inline, static] |
| static Ogre::Vector3 BtOgre::Convert::toOgre | ( | const btVector3 & | v | ) | [inline, static] |
1.7.6.1