#include <XYPoint.h>
Public Methods | |
CXYPoint (double x=0.0, double y=0.0) | |
virtual | ~CXYPoint () |
double | GetX () |
double | GetY () |
void | SetX (double x) |
void | SetY (double y) |
Private Attributes | |
double | m_dX |
double | m_dY |
|
Definition at line 11 of file XYPoint.cpp. |
|
Definition at line 17 of file XYPoint.cpp. |
|
Definition at line 17 of file XYPoint.h. References m_dX. Referenced by CXYPoint::CXComparator::operator(). |
|
Definition at line 18 of file XYPoint.h. References m_dY. Referenced by CXYPoint::CYComparator::operator(). |
|
Definition at line 19 of file XYPoint.h. References m_dX. |
|
Definition at line 20 of file XYPoint.h. References m_dY. |
|
|
|
|