
Public Member Functions | |
| Point () | |
| Point (double x, double y) | |
| Object | clone () |
| String | toString () |
Public Attributes | |
| double | x = 0.0 |
| double | y = 0.0 |
| Point | next |
|
|
Point default constructor with no parameter. |
|
||||||||||||
|
Point constructor that takes coordinates as a parameters. |
|
|
This method return clone of this element. |
|
|
This method returns string that describe this point. |
|
|
|
|
|
|
|
|
|
1.3.8