MAX TRACE LENGTH: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{wrongtitle|title=MAX_TRACE_LENGTH}} | ||
'''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 | #define MAX_TRACE_LENGTH ( 1.732050807569 * [[COORD_EXTENT]] ) | ||
== | ==See Also== | ||
[[ | * [[COORD_EXTENT]] | ||
[[ | * [[TraceLines]] | ||
[[Category:Constants]] |
Revision as of 21:54, 21 June 2006
Template:Wrongtitle MAX_TRACE_LENGTH is the maximum traceable distance (assumes cubic world and trace from one corner to opposite).
#define MAX_TRACE_LENGTH ( 1.732050807569 * COORD_EXTENT )