X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fgeometry.h;h=dc29212735fa806b8c9fb79668c20bb5a735a19c;hb=b78b49d85fbb9b2901c77e6450cfd41c0a818ac1;hp=80d7553aa7e3140ad2a9ba2d2fbb697df5aef945;hpb=bde934f7d5ba07a9442a305192e10024820d13ed;p=r2c2.git diff --git a/source/libr2c2/geometry.h b/source/libr2c2/geometry.h index 80d7553..dc29212 100644 --- a/source/libr2c2/geometry.h +++ b/source/libr2c2/geometry.h @@ -30,13 +30,11 @@ typedef Msp::Geometry::Shape Shape; typedef Msp::Geometry::Ray Ray; typedef Msp::Geometry::BoundingBox BoundingBox; -struct TrackPoint +struct OrientedPoint { - Vector pos; - Angle dir; - float grade; - - TrackPoint(): grade(0) { } + Vector position; + Angle rotation; + Angle tilt; }; } // namespace R2C2