vcg/Point.h -> vcg/point.h (again!)

This commit is contained in:
Federico Ponchio 2005-01-14 15:28:33 +00:00
parent 975ec6ae04
commit fa6da0bbf3
1 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@
/****************************************************************************
History
$Log: not supported by cvs2svn $
Revision 1.13 2005/01/05 13:25:29 ganovelli
aggiunte conversione di coordinate
Revision 1.12 2004/12/16 11:22:30 ricciodimare
*** empty log message ***
@ -69,8 +72,8 @@ creation
#define __VCGLIB_CAMERA
// VCG
#include <vcg/space/Point3.h>
#include <vcg/space/Point2.h>
#include <vcg/space/point3.h>
#include <vcg/space/point2.h>
#include <vcg/math/similarity.h>
namespace vcg{