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

struct IntegerPoint2D

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