#include "StdAfx.h"
#include "2DTriangle.h"
#include "2DLine.h"
#include "2DPointSet.h"
#include "Interval.h"
#include "2DRect.h"
--------------------------------------------------------------------------
Implementation file for C2DTriangle, a class which represents a triangle.
---------------------------------------------------------------------------