From 6b4cb4a4b503680725d686aff8d1394a695b7941 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 6 May 2005 14:45:33 +0000 Subject: [PATCH] cambiato parentesi nel costruttore di GetUV per rendere compatibile tale costruttore con MVC e borland --- vcg/space/point3.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/point3.h b/vcg/space/point3.h index 5c1cff00..e083a1c9 100644 --- a/vcg/space/point3.h +++ b/vcg/space/point3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.20 2005/04/27 16:05:19 callieri +line 466, added parentesis on default value creator getUV [borland] + Revision 1.19 2004/11/09 15:49:07 ganovelli added GetUV @@ -463,7 +466,7 @@ P3ScalarType PSDist( const Point3 & p, template -void GetUV( Point3 &n,Point3 &u, Point3 &v, Point3 up=(Point3)(0,1,0)) +void GetUV( Point3 &n,Point3 &u, Point3 &v, Point3 up=(Point3(0,1,0)) ) { n.Normalize(); const double LocEps=double(1e-7);