POINTL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== POINTL == | == POINTL == | ||
Point structure (long integers). | Point structure (long integers). | ||
=== Type === | === Type === | ||
[[LONG]] x; | |||
[[ | LONG y; | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
*x X-coordinate. | |||
*y Y-coordinate. | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 15:22, 11 November 2016
POINTL
Point structure (long integers).
Type
LONG x; LONG y;
C Declaration Method
typedef struct
Fields
- x X-coordinate.
- y Y-coordinate.