#include <Transform.h>
Inheritance diagram for VTransform:

Public Methods | |
| VTransform (VTransform< T > *p) | |
| VTransform () | |
| virtual | ~VTransform () |
| virtual T | Evaluate (int nFrame) |
| Evaluate the controller at a specific frame Basic transforms *add* the base value. | |
| virtual T | ApplyTransform (int nFrame) |
| Transform the shape at the specified frame. | |
| void | SetShape (VShape *ps) |
| Change shape to transform. | |
Protected Methods | |
| virtual void | Do (T)=0 |
Protected Attributes | |
| VShape* | ptshape |
| Shape to transform. | |
| T | m_CurrentValue |
| Current state of the transform. | |
1.2.5 written by Dimitri van Heesch,
© 1997-2001