// Point2.cpp: implementation of the Point2 class. // ////////////////////////////////////////////////////////////////////// #include "Point2.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// Point2::Point2() { } Point2::~Point2() { }