X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Faabb.hh;h=8a677f46adc834330bff428e32a44b286d9c488a;hp=3228b5a225a412927a0601b68c5a77bc608a5383;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/aabb.hh b/src/moof/aabb.hh index 3228b5a..8a677f4 100644 --- a/src/moof/aabb.hh +++ b/src/moof/aabb.hh @@ -10,11 +10,6 @@ #ifndef _MOOF_AABB_HH_ #define _MOOF_AABB_HH_ -/** - * \file aabb.hh - * Axis-aligned Bounding Box - */ - #include #include #include @@ -26,6 +21,11 @@ #include +/** + * \file aabb.hh + * Axis-aligned Bounding Box + */ + namespace moof { @@ -256,7 +256,7 @@ inline bool aabb<3>::is_visible(const frustum& frustum) const } typedef aabb<2> aabb2; -typedef aabb2 rectangle; +typedef aabb<2> rectangle; typedef aabb<3> aabb3;