From 8d8eed9f024b5bc390a8389599ef11d5531ade8c Mon Sep 17 00:00:00 2001 From: dibenedetto Date: Wed, 14 Sep 2005 14:09:21 +0000 Subject: [PATCH] Added specialized Convert() for the same scalar type. --- vcg/space/point3.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + } + //@} //@{