8 * Class for getting information about an area.
10 * @author Andrew Mustun
19 void addPoint(const Vector & p);
25 double getCircumference();
29 double calcSubArea(const Vector & p1, const Vector & p2);
31 // Q3ValueVector<Vector> thePoints;
32 QVector<Vector> thePoints;