Point Methods
- Point(x,y)
-
Constructs a point having the given coordinates.
Example: aPoint = Point(3.5, 8)
- getX()
- Returns the coordinate of a point.
Example: xValue = aPoint.getX()
- getY()
- Returns the coordinate of a point.
Example: yValue = aPoint.getY()
zelle
2016-08-26