geometry.h
author insilmaril
Tue, 15 Jan 2008 13:06:59 +0000
changeset 651 1e51ba080947
parent 650 65c5a0c28d20
child 656 53ef954e90b6
permissions -rw-r--r--
more changes for multiple mapCenters
     1 #ifndef GEOMETRY_H
     2 #define GEOMETRY_H
     3 
     4 #include <QRectF>
     5 
     6 QRectF addBBox(QRectF r1, QRectF r2);
     7 bool inBox(const QPointF &p, const QRectF &box);
     8 
     9 
    10 #endif