X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmath%2Faatriangle.hpp;h=89c5ee5f70143ee420c65c44e509aa73bb53be89;hb=7e1ffbded538860c7f647d4597ee3dcb1f0917ca;hp=06aa12dcae76866d6ac5fcc64233f162feeb151d;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/math/aatriangle.hpp b/src/math/aatriangle.hpp index 06aa12dca..89c5ee5f7 100644 --- a/src/math/aatriangle.hpp +++ b/src/math/aatriangle.hpp @@ -23,7 +23,7 @@ #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 @@ -32,7 +32,7 @@ public: /** Directions: * * SOUTHEWEST NORTHEAST SOUTHEAST NORTHWEST - * * or *---* or * or *---* + * * or *---* or * or *---* * | \ \ | / | | / * | \ \ | / | | / * *---* * *---* * @@ -65,4 +65,3 @@ public: }; #endif -