doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
traceModelPoly_t Struct Reference

#include <TraceModel.h>

Public Attributes

idVec3 normal
 
float dist
 
idBounds bounds
 
int numEdges
 
int edges [MAX_TRACEMODEL_POLYEDGES]
 

Detailed Description

Definition at line 75 of file TraceModel.h.

Member Data Documentation

idBounds traceModelPoly_t::bounds

Definition at line 78 of file TraceModel.h.

float traceModelPoly_t::dist

Definition at line 77 of file TraceModel.h.

int traceModelPoly_t::edges[MAX_TRACEMODEL_POLYEDGES]

Definition at line 80 of file TraceModel.h.

idVec3 traceModelPoly_t::normal

Definition at line 76 of file TraceModel.h.

int traceModelPoly_t::numEdges

Definition at line 79 of file TraceModel.h.


The documentation for this struct was generated from the following file: