#include <time.h>
#include <vcg/math/similarity.h>
#include <vcg/space/color4.h>
#include <wrap/gui/view.h>
#include <wrap/gui/trackmode.h>
#include <list>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | vcg::Trackball |
The manipulator manager system. More... | |
class | vcg::Transform |
The base class for Trackball. More... | |
Namespaces | |
namespace | vcg |
* | |
Functions | |
Transform | vcg::interpolate (const Transform &a, const Transform &b, float t) |
Computes the linear interpolation between 2 transforms. |