#include "StdAfx.h"
#include "2DPolygon.h"
#include "Sort.h"
#include "RandomNumber.h"
#include "2DHoledPolygon.h"
#include "TravellingSalesman.h"
#include "2DTriangle.h"
#include "2DPolygonSet.h"
#include "2DHoledPolygonSet.h"
#include "2DHoledPolyBaseSet.h"
#include "2DRoute.h"
#include "Interval.h"
#include "2DLine.h"
--------------------------------------------------------------------------
Implementation file for C2DPolygon, a class which represents a polygon. Can be convex or concave but doesn't contain holes.
---------------------------------------------------------------------------