#include <Transformer.h>
Inheritance diagram for Transformer:
Public Member Functions | |
virtual | ~Transformer () |
Virtual (emtpy) destructor defined to ensure that derived classes' destructors are invoked. | |
virtual void | reshape (int width, int height)=0 |
Update the Transformer screen dimensions. | |
virtual void | start (float x, float y)=0 |
Starts a transformation at the given screen coordinates. | |
virtual const Matrix | end (float x, float y)=0 |
Computes the Matrix representing the transformation from the initial screen coordinates (start) and the current screen coordinates. |