Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XYPoint.cpp

Go to the documentation of this file.
00001 // XYPoint.cpp: implementation of the CXYPoint class.
00002 //
00004 
00005 #include "XYPoint.h"
00006 
00008 // Construction/Destruction
00010 
00011 CXYPoint::CXYPoint(double x, double y)
00012 {
00013         m_dX = x;
00014         m_dY = y;
00015 }
00016 
00017 CXYPoint::~CXYPoint()
00018 {
00019 
00020 }

Generated on Mon Nov 3 09:38:20 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002