Main Page | File List

rt_sphere.h

Go to the documentation of this file.
00001 
00011 #ifndef __RT_SPHERE__
00012 #define __RT_SPHERE__
00013 
00014 #include "rt_vectors.h"
00015 #include "rt_object.h"
00016 #include "rt_parse.h"
00017 
00018 class rt_Sphere : public rt_Object{
00019 public:
00027   rt_Sphere(rt_parse *parser, Vec3f c, float r, int mi);
00028 };
00029 
00030 #endif /* __RT_SPHERE__ */
00031 

Generated on Mon Oct 25 15:46:39 2004 for Graphics Project 2 by doxygen 1.3.6