#include <glh_glut.h>
Public Member Functions | |
void | apply_inverse_transform () |
void | apply_transform () |
matrix4f | get_inverse_transform () |
matrix4f | get_transform () |
glut_rotate () | |
void | update () |
Public Attributes | |
float | rotate_x |
float | rotate_y |
float | scale |
Definition at line 621 of file glh_glut.h.
glh::glut_rotate::glut_rotate | ( | ) | [inline] |
Definition at line 624 of file glh_glut.h.
void glh::glut_rotate::apply_inverse_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 642 of file glh_glut.h.
void glh::glut_rotate::apply_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 636 of file glh_glut.h.
matrix4f glh::glut_rotate::get_inverse_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 658 of file glh_glut.h.
matrix4f glh::glut_rotate::get_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 648 of file glh_glut.h.
void glh::glut_rotate::update | ( | ) | [inline, virtual] |
Reimplemented from glh::glut_simple_interactor.
Definition at line 629 of file glh_glut.h.
Definition at line 668 of file glh_glut.h.
Definition at line 668 of file glh_glut.h.
float glh::glut_rotate::scale |
Definition at line 668 of file glh_glut.h.