]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/object.h
Make use of the geometry part of libmspmath
[r2c2.git] / source / libr2c2 / object.h
index d36104fa3deed081c5ae26cb29cf89b4e3cf9606..31eb879228d0076fa0bc47dad32b6ce01567ebca 100644 (file)
@@ -45,7 +45,8 @@ public:
        virtual bool break_link(unsigned) { return false; }
        virtual void break_links();
 
-       virtual bool collide_ray(const Vector &, const Vector &) const = 0;
+       virtual bool collide_ray(const Ray &) const;
+       virtual BoundingBox get_bounding_box() const;
 };
 
 } // namespace R2C2