| 1 | #ifndef GIM_GEOMETRY_H_INCLUDED | 
|---|
| 2 | #define GIM_GEOMETRY_H_INCLUDED | 
|---|
| 3 |  | 
|---|
| 4 | /*! \file gim_geometry.h | 
|---|
| 5 | \author Francisco Len Nßjera | 
|---|
| 6 | */ | 
|---|
| 7 | /* | 
|---|
| 8 | ----------------------------------------------------------------------------- | 
|---|
| 9 | This source file is part of GIMPACT Library. | 
|---|
| 10 |  | 
|---|
| 11 | For the latest info, see http://gimpact.sourceforge.net/ | 
|---|
| 12 |  | 
|---|
| 13 | Copyright (c) 2006 Francisco Leon Najera. C.C. 80087371. | 
|---|
| 14 | email: projectileman@yahoo.com | 
|---|
| 15 |  | 
|---|
| 16 | This library is free software; you can redistribute it and/or | 
|---|
| 17 | modify it under the terms of EITHER: | 
|---|
| 18 | (1) The GNU Lesser General Public License as published by the Free | 
|---|
| 19 | Software Foundation; either version 2.1 of the License, or (at | 
|---|
| 20 | your option) any later version. The text of the GNU Lesser | 
|---|
| 21 | General Public License is included with this library in the | 
|---|
| 22 | file GIMPACT-LICENSE-LGPL.TXT. | 
|---|
| 23 | (2) The BSD-style license that is included with this library in | 
|---|
| 24 | the file GIMPACT-LICENSE-BSD.TXT. | 
|---|
| 25 | (3) The zlib/libpng license that is included with this library in | 
|---|
| 26 | the file GIMPACT-LICENSE-ZLIB.TXT. | 
|---|
| 27 |  | 
|---|
| 28 | This library is distributed in the hope that it will be useful, | 
|---|
| 29 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|---|
| 30 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files | 
|---|
| 31 | GIMPACT-LICENSE-LGPL.TXT, GIMPACT-LICENSE-ZLIB.TXT and GIMPACT-LICENSE-BSD.TXT for more details. | 
|---|
| 32 |  | 
|---|
| 33 | ----------------------------------------------------------------------------- | 
|---|
| 34 | */ | 
|---|
| 35 |  | 
|---|
| 36 | ///Additional Headers for Collision | 
|---|
| 37 | #include "gim_basic_geometry_operations.h" | 
|---|
| 38 | #include "gim_clip_polygon.h" | 
|---|
| 39 | #include "gim_box_collision.h" | 
|---|
| 40 | #include "gim_tri_collision.h" | 
|---|
| 41 |  | 
|---|
| 42 | #endif // GIM_VECTOR_H_INCLUDED | 
|---|