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

struct RealPoint2D

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