X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fplane.hh;h=5605831a3ca73ba5bbe37cc3b290b0ca3c0c66f9;hp=3de87e4e3a8ac0bb5f41334321d2c04bfb98c980;hb=85783316365181491a3e3c0c63659972477cebba;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc diff --git a/src/moof/plane.hh b/src/moof/plane.hh index 3de87e4..5605831 100644 --- a/src/moof/plane.hh +++ b/src/moof/plane.hh @@ -53,7 +53,7 @@ struct plane : public shape<3> 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