]> Dogcows Code - chaz/yoink/blobdiff - src/moof/aabb.hh
pch support
[chaz/yoink] / src / moof / aabb.hh
index 3228b5a225a412927a0601b68c5a77bc608a5383..8a677f46adc834330bff428e32a44b286d9c488a 100644 (file)
 #ifndef _MOOF_AABB_HH_
 #define _MOOF_AABB_HH_
 
-/**
- * \file aabb.hh
- * Axis-aligned Bounding Box
- */
-
 #include <moof/cullable.hh>
 #include <moof/drawable.hh>
 #include <moof/math.hh>
 #include <moof/opengl.hh>
 
 
+/**
+ * \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;
 
 
This page took 0.017074 seconds and 4 git commands to generate.