Point2D (Object)

Class defining a point in 2D Space.

Methods


Sub GetCoordinates( oPoint)
Returns the coordinates of the point
Parameters:
oPoint[0]
The X Coordinate of the point
oPoint[1]
The Y Coordinate of the point
Sub SetData( iX, iY)
Modifies the coordinates of the point
Parameters:
iX
The X Coordinate of the point
iY
The Y Coordinate of the point