]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Frustum.hh
port to NetBSD
[chaz/yoink] / src / Moof / Frustum.hh
index 0d08831911f721a9d2ed9f5b6a4ad4ec42cffdfb..c708c065bd79209cfcf0a17fa51e533cceb43de8 100644 (file)
@@ -41,7 +41,7 @@ class Sphere;
 
 class Frustum
 {
-       Plane   planes_[6]; // left, right, bottom, top, near, far
+       Plane   mPlanes[6]; // left, right, bottom, top, near, far
 
 public:
        typedef enum
@@ -52,11 +52,11 @@ public:
        } Collision;
 
        Frustum() {}
-       inline Frustum(const Matrix4& modelview, const Matrix4& projection)
+       Frustum(const Matrix4& modelview, const Matrix4& projection)
        {
                init(modelview, projection);
        }
-       inline Frustum(const Matrix4& modelview, Scalar fovy, Scalar aspect,
+       Frustum(const Matrix4& modelview, Scalar fovy, Scalar aspect,
                        Scalar abutting, Scalar distant)
        {
                init(modelview, fovy, aspect, abutting, distant);
This page took 0.02025 seconds and 4 git commands to generate.