From 5a7a294202cfe29fe429830889d4b343e59e308a Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 30 Nov 2005 08:38:01 +0000 Subject: [PATCH] Added missing < operator --- vcg/space/tcoord2.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/vcg/space/tcoord2.h b/vcg/space/tcoord2.h index 9bc49c04..3699b6fa 100644 --- a/vcg/space/tcoord2.h +++ b/vcg/space/tcoord2.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.4 2004/05/10 13:26:53 cignoni +missing ending newline + Revision 1.3 2004/03/11 08:54:12 cignoni Written some documentation and added to the space module @@ -86,6 +89,21 @@ public: if(p._t[i] != _t[i] || p._n[i] != _n[i]) return false; return true; } + + inline bool operator != ( TCoord2 const & p ) const + { + for(int i=0;i