Quake II RTX doxygen  1.0 dev
emitpoint_t Struct Reference

#include <sw.h>

Public Attributes

float u
 
float v
 
float s
 
float t
 
float zi
 

Detailed Description

Definition at line 156 of file sw.h.

Member Data Documentation

◆ s

float emitpoint_t::s

Definition at line 158 of file sw.h.

Referenced by R_ClipAndDrawPoly().

◆ t

float emitpoint_t::t

Definition at line 158 of file sw.h.

Referenced by R_ClipAndDrawPoly().

◆ u

float emitpoint_t::u

Definition at line 157 of file sw.h.

Referenced by R_ClipAndDrawPoly(), R_PolygonScanLeftEdge(), and R_PolygonScanRightEdge().

◆ v

float emitpoint_t::v

Definition at line 157 of file sw.h.

Referenced by R_ClipAndDrawPoly(), R_DrawPoly(), R_PolygonScanLeftEdge(), and R_PolygonScanRightEdge().

◆ zi

float emitpoint_t::zi

Definition at line 159 of file sw.h.

Referenced by R_ClipAndDrawPoly().