|
UFO: Alien Invasion
|
Data for line tracing (?). More...
#include <typedefs.h>

Data Fields | |
| int | type |
| vec3_t | normal |
| float | dist |
| int32_t | children [2] |
| int | pad |
Data for line tracing (?).
Definition at line 69 of file typedefs.h.
| int32_t tnode_t::children[2] |
Definition at line 73 of file typedefs.h.
Referenced by TR_BuildTracingNode_r(), TR_MakeTracingNode(), TR_TestLine_r(), and TR_TestLineDist_r().
| float tnode_t::dist |
Definition at line 72 of file typedefs.h.
Referenced by TR_BuildTracingNode_r(), TR_MakeTracingNode(), TR_TestLine_r(), and TR_TestLineDist_r().
| vec3_t tnode_t::normal |
Definition at line 71 of file typedefs.h.
Referenced by TR_BuildTracingNode_r(), TR_MakeTracingNode(), TR_TestLine_r(), and TR_TestLineDist_r().
| int tnode_t::pad |
Definition at line 74 of file typedefs.h.
| int tnode_t::type |
Definition at line 70 of file typedefs.h.
Referenced by TR_BuildTracingNode_r(), TR_MakeTracingNode(), TR_TestLine_r(), and TR_TestLineDist_r().