33 #ifndef DART_GUI_GLFUNCS_HPP_
34 #define DART_GUI_GLFUNCS_HPP_
37 #include <Eigen/Eigen>
48 bool _bigFont = true);
52 const
double _length, const
double _thickness,
53 const
double _arrowThickness = -1);
#define DART_DEPRECATED(version)
Definition: Deprecated.hpp:51
Definition: Random-impl.hpp:92
void drawArrow2D(const Eigen::Vector2d &_pt, const Eigen::Vector2d &_vec, double _thickness)
Definition: GLFuncs.cpp:94
void drawProgressBar(int _currFrame, int _totalFrame)
Definition: GLFuncs.cpp:119
void drawStringOnScreen(float x, float y, const std::string &s, bool bigFont)
Definition: GLFuncs.cpp:50
void drawArrow3D(const Eigen::Vector3d &_pt, const Eigen::Vector3d &_dir, const double _length, const double _thickness, const double _arrowThickness)
Definition: GLFuncs.cpp:56
Definition: BulletCollisionDetector.cpp:63
Definition: SharedLibraryManager.hpp:43