]> Dogcows Code - chaz/yoink/blobdiff - src/moof/entity.hh
mesh and other random adjustments
[chaz/yoink] / src / moof / entity.hh
index b503551b38f2422fa4b9f6597c79314f1d91a0c0..f95a94cc1fba513549ac4e56fd6ec0e8fa17dbb0 100644 (file)
@@ -79,7 +79,7 @@ public:
         * Get the axis-aligned bounding box surrounding the entity.
         * \return The AABB.
         */
-       const moof::aabb<3>& aabb() const
+       const moof::aabb3& aabb() const
        {
                return aabb_;
        }
@@ -87,7 +87,7 @@ public:
        /** Get the bounding sphere surrounding the entity.
         * \return The sphere.
         */
-       const moof::sphere<3>& sphere() const
+       const moof::sphere3& sphere() const
        {
                return sphere_;
        }
@@ -95,8 +95,8 @@ public:
 
 protected:
 
-       moof::aabb<3>   aabb_;
-       moof::sphere<3> sphere_;
+       moof::aabb3             aabb_;
+       moof::sphere3   sphere_;
 };
 
 
This page took 0.018393 seconds and 4 git commands to generate.