text.hpp
Go to the documentation of this file.
00001 
00004 /*****************************************************************************
00005 ** Ifdefs
00006 *****************************************************************************/
00007 
00008 #ifndef qglv_opengl_TEXT_HPP_
00009 #define qglv_opengl_TEXT_HPP_
00010 
00011 /*****************************************************************************
00012 ** Includes
00013 *****************************************************************************/
00014 
00015 #include <Eigen/Core>
00016 #include <string>
00017 
00018 /*****************************************************************************
00019 ** Namespaces
00020 *****************************************************************************/
00021 
00022 namespace qglv {
00023 
00024 /*****************************************************************************
00025 ** Interfaces
00026 *****************************************************************************/
00027 
00028 void text( const std::string & str, const Eigen::Vector3f & location );
00029 
00030 /*****************************************************************************
00031 ** Trailers
00032 *****************************************************************************/
00033 
00034 } // namespace qglv
00035 
00036 #endif /* qglv_opengl_TEXT_HPP_ */


qglv_opengl
Author(s): Daniel Stonier
autogenerated on Sat Jun 18 2016 08:19:28