GPOINTB: Difference between revisions
Appearance
Created page with "Point structure. GROSOL x; →x coordinate.: GROSOL y; →y coordinate.: :;x (GROSOL) ::x coordinate. :;y (GROSOL) ::y coordinate. Category:Graphics Orders Data Types" |
No edit summary |
||
Line 1: | Line 1: | ||
Point structure. | Point in bit-map structure. | ||
[[ | [[GLONG]] x; /* x coordinate. */ | ||
GLONG y; /* y coordinate. */ | |||
:;x ( | :;x (GLONG) | ||
::x coordinate. | ::x coordinate. | ||
:;y ( | :;y (GLONG) | ||
::y coordinate. | ::y coordinate. | ||
[[Category:Graphics Orders Data Types]] | [[Category:Graphics Orders Data Types]] |
Latest revision as of 04:18, 2 April 2025
Point in bit-map structure.
GLONG x; /* x coordinate. */ GLONG y; /* y coordinate. */
- x (GLONG)
- x coordinate.
- y (GLONG)
- y coordinate.