COORD EXTENT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{DISPLAYTITLE:COORD_EXTENT}} | ||
'''COORD_EXTENT''' is the width of the coordinate system, which is '''TOO BIG''' to send as a client/server coordinate value. | '''COORD_EXTENT''' is the width of the coordinate system, which is '''TOO BIG''' to send as a client/server coordinate value. | ||
COORD_EXTENT | #define COORD_EXTENT (2*[[MAX_COORD_INTEGER]]) | ||
[[Category:Constants]] | |||
[[ |
Latest revision as of 01:15, 30 November 2011
COORD_EXTENT is the width of the coordinate system, which is TOO BIG to send as a client/server coordinate value.
#define COORD_EXTENT (2*MAX_COORD_INTEGER)