#include "StdAfx.h"
#include "2DPointSet.h"
#include "Sort.h"
#include "2DLine.h"
#include "2DBaseSet.h"
#include "2DRect.h"
#include "2DCircle.h"
--------------------------------------------------------------------------
Implementation file for C2DPointSet, a class which represents a set of points.
---------------------------------------------------------------------------