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_s::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_s::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_s::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_s::pad |
Definition at line 74 of file typedefs.h.
int tnode_s::type |
Definition at line 70 of file typedefs.h.
Referenced by TR_BuildTracingNode_r(), TR_MakeTracingNode(), TR_TestLine_r(), and TR_TestLineDist_r().