Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/misc/Math.h @ 716

Last change on this file since 716 was 716, checked in by rgrieder, 16 years ago
  • merged all Vector3, etc. (incl. ColourValue) to misc/Math.h
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.