MAX TRACE LENGTH: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
'''MAX_TRACE_LENGTH''' is the maximum traceable distance ( assumes cubic world and trace from one corner to opposite ) | '''MAX_TRACE_LENGTH''' is the maximum traceable distance ( assumes cubic world and trace from one corner to opposite ) | ||
MAX_TRACE_LENGTH = ( 1.732050807569 * COORD_EXTENT ) | MAX_TRACE_LENGTH = ( 1.732050807569 * [[COORD_EXTENT]] ) | ||
==Related content== | ==Related content== | ||
[[COORD_EXTENT]] | |||
[[Category:Programming]][[Category:Glossary]][[Category:Helpers]] | [[Category:Programming]][[Category:Glossary]][[Category:Helpers]] |
Revision as of 21:53, 21 June 2006
MAX_TRACE_LENGTH is the maximum traceable distance ( assumes cubic world and trace from one corner to opposite )
MAX_TRACE_LENGTH = ( 1.732050807569 * COORD_EXTENT )