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