The base class for Trackball. More...
#include <trackball.h>
Public Member Functions | |
Transform () | |
The constructor. | |
Public Attributes | |
Point3f | center |
track position in model space. | |
float | radius |
size of the widget in model space. | |
Similarityf | track |
A trackball stores a transformation called 'track' that effectively rototranslate the object. |
The base class for Trackball.
This class is useful for using a Trackball instance in a scene graph, as a sort of interactive transform.
Definition at line 99 of file gui/trackball.h.
The constructor.
Initialize:
Definition at line 121 of file trackball.cpp.
track position in model space.
Definition at line 113 of file gui/trackball.h.
float vcg::Transform::radius |
size of the widget in model space.
Definition at line 115 of file gui/trackball.h.
A trackball stores a transformation called 'track' that effectively rototranslate the object.
Definition at line 111 of file gui/trackball.h.