|
UFO: Alien Invasion
Doxygen documentation generating
|
#include <typedefs.h>

Data Fields | |
| vec3_t | normal |
| float | dist |
| int | type |
Definition at line 372 of file typedefs.h.
| float dBspPlane_t::dist |
distance from origin
Definition at line 374 of file typedefs.h.
Referenced by BuildFacelights(), EmitPlanes(), SwapBSPFile(), and TestBrushToPlanenum().
| vec3_t dBspPlane_t::normal |
normal vector
Definition at line 373 of file typedefs.h.
Referenced by BuildFacelights(), BuildPatch(), BuildVertexNormals(), EmitPlanes(), SwapBSPFile(), and TestBrushToPlanenum().
| int dBspPlane_t::type |
PLANE_X - PLANE_ANYZ
Definition at line 375 of file typedefs.h.
Referenced by EmitPlanes(), SwapBSPFile(), and TestBrushToPlanenum().