]> Dogcows Code - chaz/yoink/blobdiff - src/moof/plane.hh
fixes for newer versions of g++
[chaz/yoink] / src / moof / plane.hh
index 3de87e4e3a8ac0bb5f41334321d2c04bfb98c980..5605831a3ca73ba5bbe37cc3b290b0ca3c0c66f9 100644 (file)
@@ -53,7 +53,7 @@ struct plane : public shape<3>
                d(scalar) {}
 
 
                d(scalar) {}
 
 
-       bool intersect_ray(const ray<3>& ray, ray<3>::contact& hit)
+       bool intersect_ray(const ray3& ray, ray3::contact& hit)
        {
                // solve: [(ray.point + t*ray.direction) dot normal] + d = 0
 
        {
                // solve: [(ray.point + t*ray.direction) dot normal] + d = 0
 
This page took 0.018311 seconds and 4 git commands to generate.