Scale.h

gehe zur Dokumentation dieser Datei
00001 #ifndef SCALE_H_
00002 #define SCALE_H_
00003 #include "Transform.h"
00004 #define scale new Scale
00005 
00010 class Scale : public Transform  {
00011 public:
00016         Scale(Vector* transformation, Node* child = 0);
00017         
00022         Scale(double a, double b, double c, Node* child = 0);
00023         
00027         void work();
00028         
00032         virtual ~Scale();
00033 };
00034 
00035 #endif /*SCALE_H_*/

Erzeugt am Sun Jun 10 13:47:51 2007 für Fishtank von  doxygen 1.5.2