COORD EXTENT: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
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. | ||
#define COORD_EXTENT (2*[[MAX_COORD_INTEGER]]) | #define COORD_EXTENT (2*[[MAX_COORD_INTEGER]]) | ||
[[Category:Constants]] | [[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)