From df4546eb32f0302e912fc5ef5ab1ab6dcc3a2d70 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 17 Feb 2004 02:08:47 +0000 Subject: [PATCH] Di prova... --- 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 d190617e..7365545d 100644 --- a/vcg/space/point3.h +++ b/vcg/space/point3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2004/02/15 23:35:47 cignoni +Cambiato nome type template in accordo alla styleguide + Revision 1.5 2004/02/10 01:07:15 cignoni Edited Comments and GPL license @@ -48,7 +51,7 @@ First commit... namespace vcg { /** The templated class for representing a point in 3D space. - * The class is templated over the ScalarType value representing coordinates. + * The class is templated over the ScalarType class representing coordinates. */ template class Point3