vkQuake2 doxygen  1.0 dev
cbrush_t Struct Reference

Public Attributes

int contents
 
int numsides
 
int firstbrushside
 
int checkcount
 

Detailed Description

Definition at line 45 of file cmodel.c.

Member Data Documentation

◆ checkcount

int cbrush_t::checkcount

Definition at line 50 of file cmodel.c.

Referenced by CM_TestInLeaf(), and CM_TraceToLeaf().

◆ contents

int cbrush_t::contents

◆ firstbrushside

int cbrush_t::firstbrushside

Definition at line 49 of file cmodel.c.

Referenced by CM_ClipBoxToBrush(), CM_InitBoxHull(), and CM_TestBoxInBrush().

◆ numsides

int cbrush_t::numsides

Definition at line 48 of file cmodel.c.

Referenced by CM_ClipBoxToBrush(), CM_InitBoxHull(), and CM_TestBoxInBrush().