From 6b3c096e4458a05b4dabfdad24fbd8590e9c797d Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 13 Apr 2011 16:06:19 +0000 Subject: [PATCH] removed cvs old comments --- vcg/space/box3.h | 65 ------------------------------------------------ 1 file changed, 65 deletions(-) diff --git a/vcg/space/box3.h b/vcg/space/box3.h index 5709b72e..560b4e6e 100644 --- a/vcg/space/box3.h +++ b/vcg/space/box3.h @@ -20,71 +20,6 @@ * for more details. * * * ****************************************************************************/ -/**************************************************************************** - History - -$Log: not supported by cvs2svn $ -Revision 1.19 2008/03/05 11:48:08 pietroni -correct 1 error on DistancePoint3Box3 (if the point is inside the box return distance to the nearest face instead of zero) - -Revision 1.18 2008/02/03 23:50:51 cignoni -Important Change. Now adding a null bbox to a bbox leave it unchanged (instead of trashing it) - -Revision 1.17 2007/07/12 06:41:24 cignoni -added a missing static to the Construct() member - -Revision 1.16 2007/03/22 18:12:00 pietroni -*** empty log message *** - -Revision 1.15 2007/03/22 17:29:16 pietroni -*** empty log message *** - -Revision 1.14 2006/11/13 13:03:45 ponchio -Added GetBBox in Point3 (declaration) the body of the function is in box3.h - -Revision 1.13 2006/09/28 13:37:13 m_di_benedetto -Added "const" to Collide() - -Revision 1.12 2006/07/06 12:42:10 ganovelli -tolto il tipo enumerato axis - -Revision 1.11 2006/06/29 13:22:04 ganovelli -Aggiunte funzioni che determinano il lato magiore (minore) - -Revision 1.10 2006/06/09 07:26:37 m_di_benedetto -Added const qualifier to P() method. - -Revision 1.9 2005/09/30 15:03:57 cignoni -Added Center-Radius Constructor - -Revision 1.8 2004/07/20 23:10:01 cignoni -Uncommented Add of matrix transformed bbox - -Revision 1.7 2004/07/15 09:47:55 ganovelli -added function P(int i) to list the box's vertices - -Revision 1.6 2004/07/07 23:26:25 cignoni -removed the infamous Inflate. Now only Offset exists - -Revision 1.5 2004/03/05 17:51:28 tarini -Errorino "ScalarType" -> "BoxScalarType" - -Revision 1.4 2004/03/03 14:32:13 cignoni -Yet another cr lf mismatch - -Revision 1.3 2004/02/23 23:44:21 cignoni -cr lf mismatch - -Revision 1.2 2004/02/19 15:40:56 cignoni -Added doxygen groups - -Revision 1.1 2004/02/13 02:16:22 cignoni -First working release. - - -****************************************************************************/ - - #ifndef __VCGLIB_BOX3 #define __VCGLIB_BOX3