diff --git a/vcg/space/intersection3.h b/vcg/space/intersection3.h index 431c892a..fb034f67 100644 --- a/vcg/space/intersection3.h +++ b/vcg/space/intersection3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.22 2006/03/20 14:42:49 pietroni +IntersectionSegmentPlane and Intersection_Segment_Box functions Added + Revision 1.21 2006/01/20 16:35:51 pietroni added Intersection_Segment_Box function @@ -503,7 +506,7 @@ template int Intersection_Segment_Box( const Box3 & box, const Segment3 & s, Point3 & coord0, Point3 & coord1 ) { int num=0; - Segment3 test= s + Segment3 test= s; if (Intersection_Segment_Box(box,test,coord0 )) { num++;