From dedf4843888095097fe6ca3b9daaf6f7e8c3994a Mon Sep 17 00:00:00 2001 From: ponchio Date: Thu, 9 Sep 2004 14:41:32 +0000 Subject: [PATCH] forgotten typename SEGMENTTYPE::... --- vcg/space/intersection3.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/intersection3.h b/vcg/space/intersection3.h index e0986899..81df14c3 100644 --- a/vcg/space/intersection3.h +++ b/vcg/space/intersection3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.10 2004/08/09 09:48:43 pietroni +correcter .dir to .Direction and .ori in .Origin() + Revision 1.9 2004/08/04 20:55:02 pietroni added rey triangle intersections funtions @@ -190,7 +193,7 @@ namespace vcg { template inline bool Intersection(const TRIANGLETYPE & t0,const TRIANGLETYPE & t1,bool &coplanar, SEGMENTTYPE & sg){ - Point3 ip0,ip1; + Point3 ip0,ip1; return tri_tri_intersect_with_isectline(t0.P0(0),t0.P0(1),t0.P0(2), t1.P0(0),t1.P0(1),t1.P0(2), coplanar,sg.P0(),sg.P1()