#include <gmtl/Point.h>
#include "Action.hpp"
#include "Common.hpp"
Go to the source code of this file.
Namespaces | |
namespace | vrvis |
Classes | |
class | vrvis::TranslateAction |
Default Action to translate the scene. More... | |
class | vrvis::ZoomAction |
Abstract monostate base class for ZoomInAction and ZoomOutAction. More... | |
class | vrvis::ZoomInAction |
Default Action that zooms into the scene. More... | |
class | vrvis::ZoomOutAction |
Default Action that zooms out of the scene. More... | |
class | vrvis::RotateAction |
Abstract monostate base class for RotateXAction and RotateYAction. More... | |
class | vrvis::RotateXAction |
Default Action that rotates the scene around its X coordinate axis. More... | |
class | vrvis::RotateYAction |
Default Action that rotates the scene around its Y coordinate axis. More... |