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 71 of file typedefs.h.
Definition at line 75 of file typedefs.h.
Referenced by TR_BuildTracingNode_r(), TR_MakeTracingNode(), TR_TestLine_r(), and TR_TestLineDist_r().
float tnode_s::dist |
Definition at line 74 of file typedefs.h.
Referenced by TR_BuildTracingNode_r(), TR_MakeTracingNode(), TR_TestLine_r(), and TR_TestLineDist_r().
Definition at line 73 of file typedefs.h.
Referenced by TR_BuildTracingNode_r(), TR_MakeTracingNode(), TR_TestLine_r(), and TR_TestLineDist_r().
int tnode_s::pad |
Definition at line 76 of file typedefs.h.
int tnode_s::type |
Definition at line 72 of file typedefs.h.
Referenced by TR_BuildTracingNode_r(), TR_MakeTracingNode(), TR_TestLine_r(), and TR_TestLineDist_r().