Orxonox  0.0.5 Codename: Arcturus
Namespaces | Functions
OgreBulletUtils.h File Reference

Copy-pasted from http://www.ogre3d.org/tikiwiki/BulletDebugDrawer&structure=Cookbook This source code is released into the Public Domain. More...

#include "tools/ToolsPrereqs.h"
#include <OgreVector3.h>
#include <OgreQuaternion.h>
#include <OgreColourValue.h>
#include <OgreMatrix3.h>
#include <OgreMatrix4.h>

Go to the source code of this file.

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

Ogre::ColourValue orxonox::colour (const btVector3 &color, btScalar alpha)
 
Ogre::Matrix3 orxonox::matrix3 (const btMatrix3x3 &matrix)
 
Ogre::Matrix4 orxonox::matrix4 (const btTransform &transform)
 
btQuaternion orxonox::quaternion (const Ogre::Quaternion &Q)
 
Ogre::Quaternion orxonox::quaternion (const btQuaternion &Q)
 
btVector3 orxonox::vector3 (const Ogre::Vector3 &V)
 
Ogre::Vector3 orxonox::vector3 (const btVector3 &V)
 

Detailed Description

Copy-pasted from http://www.ogre3d.org/tikiwiki/BulletDebugDrawer&structure=Cookbook This source code is released into the Public Domain.

Modified by Fabian 'x3n' Landau