:: drafts :: com :: sun :: star :: geometry ::

struct IntegerPoint2D
Description
This structure contains x and y coordinate of a two-dimensional point

Elements' Summary
X The x coordinate of the point
Y The x coordinate of the point
Elements' Details
X
long X;
Description
The x coordinate of the point
Y
long Y;
Description
The x coordinate of the point
Top of Page