Gradient.h

Go to the documentation of this file.
00001 
00013 #ifndef __GRADIENT__
00014 #define __GRADIENT__
00015 
00016 #include "globals.h"
00017 #include "Vector.h"
00018 
00026 class Gradient
00027 {
00028 
00029 public:
00030         
00031         float X, Y, Z;
00032 
00033         Vector getGradient(int x, int y, int z) {
00034                 return Vector(0,0,0);
00035         };
00036 };
00037 
00038 #endif

Generated on Wed Dec 7 14:42:11 2005 for VisUE by  doxygen 1.4.5