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 Wed Mar 16 19:55:27 2005 for Graphics Project 3 by doxygen 1.3.7