diff --git a/vcg/space/point3.h b/vcg/space/point3.h index e083a1c9..7626bf9a 100644 --- a/vcg/space/point3.h +++ b/vcg/space/point3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.21 2005/05/06 14:45:33 spinelli +cambiato parentesi nel costruttore di GetUV per rendere compatibile tale costruttore con MVC e borland + Revision 1.20 2005/04/27 16:05:19 callieri line 466, added parentesis on default value creator getUV [borland] @@ -159,6 +162,11 @@ public: return Point3(P3ScalarType(b[0]),P3ScalarType(b[1]),P3ScalarType(b[2])); } + static inline Point3 Construct( const Point3 & b ) + { + return b; + } + //@} //@{