Quake II RTX doxygen  1.0 dev
clipplane_s Struct Reference

#include <sw.h>

Public Attributes

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

Detailed Description

Definition at line 193 of file sw.h.

Member Data Documentation

◆ dist

float clipplane_s::dist

Definition at line 195 of file sw.h.

Referenced by R_BmodelCheckBBox(), R_ClipEdge(), R_ClipPolyFace(), and R_TransformFrustum().

◆ leftedge

byte clipplane_s::leftedge

Definition at line 197 of file sw.h.

Referenced by R_ClipEdge(), and R_Init().

◆ next

struct clipplane_s* clipplane_s::next

Definition at line 196 of file sw.h.

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

◆ normal

vec3_t clipplane_s::normal

Definition at line 194 of file sw.h.

Referenced by R_ClipEdge(), and R_ClipPolyFace().

◆ reserved

byte clipplane_s::reserved[2]

Definition at line 199 of file sw.h.

◆ rightedge

byte clipplane_s::rightedge

Definition at line 198 of file sw.h.

Referenced by R_ClipEdge(), and R_Init().