#include "StdAfx.h"
#include "2DPolyArc.h"
#include "2DSegment.h"
#include "2DHoledPolyBaseSet.h"
#include "2DHoledPolyArcSet.h"
#include "2DPolyArcSet.h"
#include "2DPolygon.h"
#include "RandomNumber.h"
#include "2DHoledPolyArc.h"
--------------------------------------------------------------------------
Implementation file for C2DPolyArc, a class which represents a polygon with both straight and curved lines. Inherits from the C2DPolyBase class which has most of the functionality. As the user adds points, they are temporarily stored before being used in the create function to build the polygon in the base class. After creation the temporary stores are deleted.
---------------------------------------------------------------------------