Edited Comments and GPL license
This commit is contained in:
parent
baeb123312
commit
5a558b0f8c
|
@ -1,45 +1,29 @@
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* VCGLib *
|
* VCGLib o o *
|
||||||
* *
|
* Visual and Computer Graphics Library o o *
|
||||||
* Visual Computing Group o> *
|
* _ O _ *
|
||||||
* IEI Institute, CNUCE Institute, CNR Pisa <| *
|
* Copyright(C) 2004 \/)\/ *
|
||||||
* / \ *
|
* Visual Computing Lab /\/| *
|
||||||
* Copyright(C) 1999 by Paolo Cignoni, Claudio Rocchini *
|
* ISTI - Italian National Research Council | *
|
||||||
* All rights reserved. *
|
* \ *
|
||||||
* *
|
* All rights reserved. *
|
||||||
* Permission to use, copy, modify, distribute and sell this software and *
|
* *
|
||||||
* its documentation for any purpose is hereby granted without fee, provided *
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
* that the above copyright notice appear in all copies and that both that *
|
* it under the terms of the GNU General Public License as published by *
|
||||||
* copyright notice and this permission notice appear in supporting *
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
* documentation. the author makes no representations about the suitability *
|
* (at your option) any later version. *
|
||||||
* of this software for any purpose. It is provided "as is" without express *
|
* *
|
||||||
* or implied warranty. *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
*****************************************************************************/
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) *
|
||||||
|
* for more details. *
|
||||||
|
* *
|
||||||
|
****************************************************************************/
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
History
|
History
|
||||||
|
|
||||||
1999 Feb 02 First Draft.
|
$Log: not supported by cvs2svn $
|
||||||
|
|
||||||
1999 May 15 Corrected Scope of sqrt.. (added ::)
|
|
||||||
|
|
||||||
2000 Jan 26 inserito include condizionale
|
|
||||||
corretto Distance() e init()
|
|
||||||
Jan 28 aggiunti Sin e Cos (per quaternion!) (con assert se uno li usa con int!)
|
|
||||||
Jun 26 Aggiunto Gauss33 (prima stava in lfield3)
|
|
||||||
Nota: era stato scritto con Fabs invece di Abs....
|
|
||||||
Jun 30 Aggiunto TRACE e Definizione M_PI
|
|
||||||
Jul 4 aggiunto un cast a FL_TYPE in Gauss33;
|
|
||||||
5 Tolti i parametri inutili (warning 4100)
|
|
||||||
6 Aggiunto include assert.h
|
|
||||||
2001 Jul 17 TRACE Release compilabile in unix (CR)
|
|
||||||
2002 Jan 17 Aggiunte conversioni Radianti in Gradi
|
|
||||||
Feb 27 Aggiunto tipo per Generica funzione di Callback
|
|
||||||
Jul 28 Aggiunta seconda callback (utile per progress bar) (pc)
|
|
||||||
2003 Jan 09 Aggiunta Clamp (pc)
|
|
||||||
2003 Jan 17 Aggiunta MaxVal (mt)
|
|
||||||
Sep 10 [BCB] Ridefinite sqrtf e fabsf per C++ Builder
|
|
||||||
19 Aggiunto suffisso 'u' per evitare un warning (pc)
|
|
||||||
|
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue