Macros | |
#define | ANGLEEPSILON 0.00001 |
#define | DISTEPSILON 0.01 |
#define | MAX_HULL_EDGES MAX_HULL_POINTS * 2 |
#define | MAX_HULL_POINTS 256 |
#define | ZERO_EPSILON 0.001 |
Functions | |
brush_t * | AllocBrush (void) |
Allocate a new brush. More... | |
brushset_t * | Brush_LoadEntity (entity_t *ent, int hullnum) |
Load the brushes from the entity. More... | |
int | FindPlane (const plane_t *dplane, int *side) |
Add a plane to the global list of planes. More... | |
int | NormalizePlane (plane_t *dp) |
Make the plane canonical. More... | |
int | PlaneTypeForNormal (const vec3_t normal) |
Determine the primary axis of the normal. More... | |