#include <DataPoint.hpp>
Public Member Functions | |
| Point (int=0, int=0) | |
| bool | operator== (Point &) |
| bool | operator!= (Point &) |
Public Attributes | |
| int | x |
| int | y |
|
||||||||||||
|
Point constructor |
|
|
!= pt operator |
|
|
== pt operator |
|
|
|
|
|
|
1.3