Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces
MathConvert.h File Reference

Conversion functions for Math types like Ogre::Vector3 (definitions are in Math.cc)
More...

#include "UtilPrereqs.h"
#include "Math.h"
#include "Convert.h"

Go to the source code of this file.

Classes

struct  orxonox::ConverterExplicit< orxonox::ColourValue, std::string >
 Ogre::ColourValue to std::string conversion. More...
 
struct  orxonox::ConverterExplicit< orxonox::Quaternion, std::string >
 Ogre::Quaternion to std::string conversion. More...
 
struct  orxonox::ConverterExplicit< orxonox::Vector2, std::string >
 Ogre::Vector2 to std::string conversion. More...
 
struct  orxonox::ConverterExplicit< orxonox::Vector3, std::string >
 Ogre::Vector3 to std::string conversion. More...
 
struct  orxonox::ConverterExplicit< orxonox::Vector4, std::string >
 Ogre::Vector4 to std::string conversion. More...
 
struct  orxonox::ConverterFallback< FromType, orxonox::Degree >
 Delegates conversions to Degree to conversions to float. More...
 
struct  orxonox::ConverterFallback< FromType, orxonox::Radian >
 Delegates conversions to Radian to conversions to float. More...
 
struct  orxonox::ConverterFallback< orxonox::Degree, ToType >
 Delegates conversions from Degree to conversions from float. More...
 
struct  orxonox::ConverterFallback< orxonox::Radian, ToType >
 Delegates conversions from Radian to conversions from float. More...
 
struct  orxonox::ConverterFallback< std::string, orxonox::ColourValue >
 std::string to Ogre::ColourValue conversion More...
 
struct  orxonox::ConverterFallback< std::string, orxonox::Quaternion >
 std::string to Ogre::Quaternion conversion More...
 
struct  orxonox::ConverterFallback< std::string, orxonox::Vector2 >
 std::string to Ogre::Vector2 conversion More...
 
struct  orxonox::ConverterFallback< std::string, orxonox::Vector3 >
 std::string to Ogre::Vector3 conversion More...
 
struct  orxonox::ConverterFallback< std::string, orxonox::Vector4 >
 std::string to Ogre::Vector4 conversion More...
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Detailed Description

Conversion functions for Math types like Ogre::Vector3 (definitions are in Math.cc)