OpenMW
|
#include <LinearMath/btVector3.h>
#include <LinearMath/btQuaternion.h>
#include <osg/Vec3f>
#include <osg/Quat>
Go to the source code of this file.
Namespaces | |
MWPhysics | |
Functions | |
btVector3 | MWPhysics::toBullet (const osg::Vec3f &vec) |
btQuaternion | MWPhysics::toBullet (const osg::Quat &quat) |
osg::Vec3f | MWPhysics::toOsg (const btVector3 &vec) |
osg::Quat | MWPhysics::toOsg (const btQuaternion &quat) |