#include <glh_glut.h>

Public Member Functions | |
| void | apply_inverse_transform () |
| void | apply_transform () |
| matrix4f | get_inverse_transform () |
| matrix4f | get_transform () |
| glut_dolly () | |
| void | update () |
Public Attributes | |
| vec3f | dolly |
| bool | invert_increment |
| const rotationf * | parent_rotation |
| float | scale |
Definition at line 442 of file glh_glut.h.
| glh::glut_dolly::glut_dolly | ( | ) | [inline] |
Definition at line 445 of file glh_glut.h.
| void glh::glut_dolly::apply_inverse_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 469 of file glh_glut.h.
| void glh::glut_dolly::apply_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 463 of file glh_glut.h.
| matrix4f glh::glut_dolly::get_inverse_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 483 of file glh_glut.h.
| matrix4f glh::glut_dolly::get_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 475 of file glh_glut.h.
| void glh::glut_dolly::update | ( | ) | [inline, virtual] |
Reimplemented from glh::glut_simple_interactor.
Definition at line 451 of file glh_glut.h.
Definition at line 494 of file glh_glut.h.
Definition at line 492 of file glh_glut.h.
Definition at line 493 of file glh_glut.h.
| float glh::glut_dolly::scale |
Definition at line 495 of file glh_glut.h.