Main Page | File List

rt_triangle.h

Go to the documentation of this file.
00001 
00012 #ifndef __RT_TRIANGLE__
00013 #define __RT_TRIANGLE__
00014 
00015 #include "rt_object.h"
00016 #include "rt_vectors.h"
00017 #include "rt_parse.h"
00018 
00019 class rt_Triangle : public rt_Object{
00020 public:
00042   rt_Triangle(rt_parse *parser, Vec3f p0, Vec3f p1, Vec3f p2,
00043               Vec3f n0, Vec3f n1, Vec3f n2,
00044                       int m0, int m1, int m2,
00045                       float ts0, float tt0,
00046                       float ts1, float tt1,
00047                       float ts2, float tt2);
00048 };
00049 
00050 
00051 #endif /* __RT_TRIANGLE__ */
00052 

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