Jump to content

GPOINT: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 1: Line 1:
Point structure.  
Point structure.  
   [[GROSOL]]    [[x]];  /*  x coordinate. */
   [[GROSOL]]    x;  /*  x coordinate. */
   GROSOL    [[y]];  /*  y coordinate. */
   GROSOL    y;  /*  y coordinate. */




[[Category:Graphics Orders Data Types]]
[[Category:Graphics Orders Data Types]]

Latest revision as of 22:06, 2 April 2025

Point structure.

 GROSOL     x;  /*  x coordinate. */
 GROSOL     y;  /*  y coordinate. */