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 }