icculus quake2 doxygen  1.0 dev
clipplane_s Struct Reference

#include <r_local.h>

Public Attributes

vec3_t normal
 
float dist
 
struct clipplane_snext
 
byte leftedge
 
byte rightedge
 
byte reserved [2]
 

Detailed Description

Definition at line 349 of file r_local.h.

Member Data Documentation

◆ dist

float clipplane_s::dist

◆ leftedge

byte clipplane_s::leftedge

Definition at line 354 of file r_local.h.

Referenced by R_ClipEdge(), and R_Init().

◆ next

struct clipplane_s* clipplane_s::next

Definition at line 353 of file r_local.h.

Referenced by R_ClipEdge(), R_RenderBmodelFace(), and R_RenderFace().

◆ normal

vec3_t clipplane_s::normal

Definition at line 351 of file r_local.h.

Referenced by R_ClipEdge(), and R_ClipPolyFace().

◆ reserved

byte clipplane_s::reserved[2]

Definition at line 356 of file r_local.h.

◆ rightedge

byte clipplane_s::rightedge

Definition at line 355 of file r_local.h.

Referenced by R_ClipEdge(), and R_Init().