src/rcrt/Traceable.cpp

Go to the documentation of this file.
00001 #include "Traceable.h"
00002 
00003 namespace rcrt
00004 {
00005 
00006 Traceable::Traceable()
00007 {
00008         
00009 }
00010 
00011 Traceable::~Traceable()
00012 {
00013         
00014 }
00015 
00016 void Traceable::clipPlane(Axis axis, float plane, AABB& lBox, AABB& rBox) const {
00017         //defaults to no operation
00018 }
00019 
00020 }

Generated on Thu Jan 31 19:26:20 2008 for RenderingCompetitionRayTracer by  doxygen 1.5.3