Conversions Conversions.hh rendering/Conversions.hh.  
 More...
#include <Conversions.hh>
Conversions Conversions.hh rendering/Conversions.hh. 
A set of utility function to convert between Gazebo and Ogre data types 
  
  | 
        
          | static Ogre::ColourValue gazebo::rendering::Conversions::Convert | ( | const common::Color & | _clr | ) |  |  | static | 
 
Return the equivalent ogre color. 
- Parameters
- 
  
    | [in] | _clr | Gazebo color to convert |  
 
- Returns
- Ogre color value 
 
 
  
  | 
        
          | static Ogre::Vector3 gazebo::rendering::Conversions::Convert | ( | const math::Vector3 & | _v | ) |  |  | static | 
 
return Ogre Vector from Gazebo Vector3 
- Parameters
- 
  
  
- Returns
- Ogre vector 
 
 
  
  | 
        
          | static math::Vector3 gazebo::rendering::Conversions::Convert | ( | const Ogre::Vector3 & | _v | ) |  |  | static | 
 
return gazebo Vector from ogre Vector3 
- Parameters
- 
  
  
- Returns
- Gazebo vector 
 
 
  
  | 
        
          | static Ogre::Quaternion gazebo::rendering::Conversions::Convert | ( | const math::Quaternion & | _v | ) |  |  | static | 
 
Gazebo quaternion to Ogre quaternion. 
- Parameters
- 
  
  
- Returns
- Ogre quaternion 
 
 
  
  | 
        
          | static math::Quaternion gazebo::rendering::Conversions::Convert | ( | const Ogre::Quaternion & | _v | ) |  |  | static | 
 
Ogre quaternion to Gazebo quaternion. 
- Parameters
- 
  
    | [in] | _v | Ogre quaternion return Gazebo quaternion |  
 
 
 
The documentation for this class was generated from the following file: