geometry.h
changeset 650 65c5a0c28d20
child 656 53ef954e90b6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/geometry.h	Tue Jan 15 10:54:41 2008 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +#ifndef GEOMETRY_H
     1.5 +#define GEOMETRY_H
     1.6 +
     1.7 +#include <QRectF>
     1.8 +
     1.9 +QRectF addBBox(QRectF r1, QRectF r2);
    1.10 +bool inBox(const QPointF &p, const QRectF &box);
    1.11 +
    1.12 +
    1.13 +#endif