From 5dd620e4e43efe249d1233847286bc0beb84a845 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Mon, 7 May 2007 07:47:59 +0000 Subject: [PATCH] Added enum Dimension; --- vcg/space/point2.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/space/point2.h b/vcg/space/point2.h index 5d4a5c55..ff79fbbc 100644 --- a/vcg/space/point2.h +++ b/vcg/space/point2.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.9 2006/10/07 16:51:43 m_di_benedetto +Implemented Scale() method (was only declared). + Revision 1.8 2006/01/19 13:53:19 m_di_benedetto Fixed product by scalar and SquaredNorm() @@ -75,6 +78,7 @@ protected: public: /// the scalar type typedef P2ScalarType ScalarType; + enum {Dimension = 2}; //@{