MAX TRACE LENGTH: Difference between revisions
Jump to navigation
Jump to search
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{DISPLAYTITLE: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). | ||
#define MAX_TRACE_LENGTH ( 1.732050807569 * [[COORD_EXTENT]] ) | #define MAX_TRACE_LENGTH ( 1.732050807569 * [[COORD_EXTENT]] ) | ||
==See | ==See also== | ||
* [[COORD_EXTENT]] | * [[COORD_EXTENT]] | ||
* [[UTIL_TraceLine|TraceLines]] | * [[UTIL_TraceLine|TraceLines]] | ||
[[Category:Constants]] | [[Category:Constants]] |
Latest revision as of 11:05, 8 January 2024
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 )