This struct is simply the X and Y coordinates of a double point.
Copy Code | |
---|---|
AT_DOUBLE x; AT_DOUBLE y; |
Members:
Name | Type | Description |
x | AT_DOUBLE | X coordinate of the double point. |
y | AT_DOUBLE | Y coordinate of the double point. |