Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/util/Math.h @ 742

Last change on this file since 742 was 742, checked in by landauf, 16 years ago

moved all files from misc and the tinyxml folder into the new util folder

File size: 495 bytes
Line 
1#include <OgreMath.h>
2#include <OgreVector2.h>
3#include <OgreVector3.h>
4#include <OgreVector4.h>
5#include <OgreMatrix3.h>
6#include <OgreQuaternion.h>
7#include <OgreColourValue.h>
8
9namespace orxonox
10{
11  typedef Ogre::Radian Radian;
12  typedef Ogre::Degree Degree;
13  typedef Ogre::Vector2 Vector2;
14  typedef Ogre::Vector3 Vector3;
15  typedef Ogre::Vector4 Vector4;
16  typedef Ogre::Matrix3 Matrix3;
17  typedef Ogre::Quaternion Quaternion;
18  typedef Ogre::ColourValue ColourValue;
19}
Note: See TracBrowser for help on using the repository browser.