]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Frustum.hh
miscellaneous cleanup
[chaz/yoink] / src / Moof / Frustum.hh
index 4154f1492cc98316ea72cd82b0c894359dac0010..0d08831911f721a9d2ed9f5b6a4ad4ec42cffdfb 100644 (file)
@@ -66,8 +66,8 @@ public:
        void init(const Matrix4& modelview, Scalar fovy, Scalar aspect,
                        Scalar abutting, Scalar distant);
 
-       Collision containsAabb(const Aabb& aabb) const;
-       Collision containsSphere(const Sphere& sphere) const;
+       Collision contains(const Aabb& aabb) const;
+       Collision contains(const Sphere& sphere) const;
 };
 
 
This page took 0.017151 seconds and 4 git commands to generate.