Go to the documentation of this file.
17 #ifndef IGNITION_RENDERING_OGRE_OGRECONVERSIONS_HH_
18 #define IGNITION_RENDERING_OGRE_OGRECONVERSIONS_HH_
27 #include "ignition/rendering/ogre/Export.hh"
33 inline namespace IGNITION_RENDERING_VERSION_NAMESPACE {
46 public:
static Ogre::ColourValue Convert(
53 const Ogre::ColourValue &_color);
58 public:
static Ogre::Vector3 Convert(
const math::Vector3d &_vector);
63 public:
static math::Vector3d Convert(
const Ogre::Vector3 &_vector);
78 public:
static Ogre::Radian Convert(
const math::Angle &_angle);
83 public:
static math::Angle Convert(
const Ogre::Radian &_angle);
PixelFormat
Image pixel format types.
Definition: PixelFormat.hh:32
Conversions Conversions.hh rendering/Conversions.hh.
Definition: OgreConversions.hh:41
@ PF_COUNT
< Number of pixel format types
Definition: PixelFormat.hh:59