OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
OgreMath.h File Reference

Classes

class  Ogre::Angle
 Wrapper class which identifies a value as the currently default angle type, as defined by Math::setAngleUnit. More...
 
class  Ogre::Degree
 Wrapper class which indicates a given angle value is in Degrees. More...
 
class  Ogre::Math
 Class to provide access to common mathematical functions. More...
 
class  Ogre::Math::RandomValueProvider
 This class is used to provide an external random value provider. More...
 
class  Ogre::Radian
 Wrapper class which indicates a given angle value is in Radians. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Functions

Radian Ogre::operator* (Real a, const Radian &b)
 
Degree Ogre::operator* (Real a, const Degree &b)
 
Radian Ogre::operator/ (Real a, const Radian &b)
 
Degree Ogre::operator/ (Real a, const Degree &b)