|
| template<typename T> |
| static void | drawLine (const Point< T > &posStart, const Point< T > &posEnd) |
| template<typename T> |
| static void | drawCircle (const Point< T > &pos, const uint numSegments, const float size, const float sin, const float cos, const bool outline) |
| template<typename T> |
| static void | drawTriangle (const Point< T > &pos1, const Point< T > &pos2, const Point< T > &pos3, const bool outline) |
| template<typename T> |
| static void | drawRectangle (const Rectangle< T > &rect, const bool outline) |
| static void | setupOpenGLImage (const OpenGLImage &image, GLuint textureId) |
| static void | drawOpenGLImage (const OpenGLImage &image, const Point< int > &pos, const GLuint textureId, bool &setupCalled) |