X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fgeometry.h;h=80d7553aa7e3140ad2a9ba2d2fbb697df5aef945;hb=4529bf980cf3558d86c07266de7d890d3f5e06a6;hp=09044e35886d6ccf1df13d5d0c5b5d77a0acca0d;hpb=7a36d396eded897c421424905b2c938d770df341;p=r2c2.git diff --git a/source/libr2c2/geometry.h b/source/libr2c2/geometry.h index 09044e3..80d7553 100644 --- a/source/libr2c2/geometry.h +++ b/source/libr2c2/geometry.h @@ -5,6 +5,8 @@ #include #include #include +#include +#include #include namespace R2C2 { @@ -24,6 +26,10 @@ inline Vector rotated_vector(const Vector &v, const Angle &a) inline Vector vector_at_angle(const Angle &a) { return rotated_vector(Vector(1, 0, 0), a); } +typedef Msp::Geometry::Shape Shape; +typedef Msp::Geometry::Ray Ray; +typedef Msp::Geometry::BoundingBox BoundingBox; + struct TrackPoint { Vector pos;