removed cvs old comments

This commit is contained in:
ganovelli 2011-04-13 16:06:19 +00:00
parent 451e3ec084
commit 6b3c096e44
1 changed files with 0 additions and 65 deletions

View File

@ -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