X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmath%2Faatriangle.hpp;h=89c5ee5f70143ee420c65c44e509aa73bb53be89;hb=7e1ffbded538860c7f647d4597ee3dcb1f0917ca;hp=09b5d9a635f6c03ab9d1ee36d5e5ff746afcd25e;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/math/aatriangle.hpp b/src/math/aatriangle.hpp index 09b5d9a63..89c5ee5f7 100644 --- a/src/math/aatriangle.hpp +++ b/src/math/aatriangle.hpp @@ -1,10 +1,29 @@ +// $Id$ +// +// SuperTux +// Copyright (C) 2006 Matthias Braun +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// 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 for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + #ifndef __AATRIANGLE_H__ #define __AATRIANGLE_H__ #include "rect.hpp" /** - * An axis aligned triangle (ie. a triangle where 2 sides are parallel to the x- + * An axis-aligned triangle (ie. a triangle where 2 sides are parallel to the x- * and y-axis. */ class AATriangle : public Rect @@ -13,7 +32,7 @@ public: /** Directions: * * SOUTHEWEST NORTHEAST SOUTHEAST NORTHWEST - * * or *---* or * or *---* + * * or *---* or * or *---* * | \ \ | / | | / * | \ \ | / | | / * *---* * *---* * @@ -46,4 +65,3 @@ public: }; #endif -