hudRadar_s Struct Reference

Collaboration diagram for hudRadar_s:
Collaboration graph
[legend]

Data Fields

float gridHeight
float gridWidth
vec2_t gridMin
vec2_t gridMax
char base [MAX_QPATH]
int numImages
hudRadarImage_t images [MAX_MAPTILES]
vec3_t a
vec3_t b
vec3_t c
int x
int y
int w
int h

Detailed Description

Definition at line 63 of file ui_node_radar.c.


Field Documentation

three vectors of the triangle, lower left (a), lower right (b), upper right (c) the triangle is something like:

  • c -- a --- b and describes the three vertices of the rectangle (the radar plane) dividing triangle

Definition at line 77 of file ui_node_radar.c.

Referenced by UI_InitRadar().

Definition at line 77 of file ui_node_radar.c.

Referenced by UI_InitRadar().

char hudRadar_s::base[MAX_QPATH]

the base path in case of a random map assembly

Definition at line 67 of file ui_node_radar.c.

Referenced by UI_BuildRadarImageList().

Definition at line 77 of file ui_node_radar.c.

Referenced by UI_InitRadar().

The dimension of the icons on the radar map

Definition at line 65 of file ui_node_radar.c.

Referenced by UI_InitRadar(), and UI_RadarNodeDraw().

from position string

Definition at line 66 of file ui_node_radar.c.

Referenced by UI_GetRadarWidth().

Definition at line 66 of file ui_node_radar.c.

Referenced by UI_BuildRadarImageList(), UI_GetRadarWidth(), and UI_InitRadar().

Definition at line 65 of file ui_node_radar.c.

Referenced by UI_InitRadar(), and UI_RadarNodeDraw().

Definition at line 81 of file ui_node_radar.c.

Referenced by UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().

amount of images in the images array

Definition at line 68 of file ui_node_radar.c.

Referenced by UI_BuildRadarImageList(), UI_FreeRadarImages(), UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().

radar screen (pixel) dimensions

Definition at line 81 of file ui_node_radar.c.

Referenced by UI_GetRadarWidth(), UI_InitRadar(), and UI_RadarNodeDraw().

radar plane screen (pixel) coordinates

Definition at line 79 of file ui_node_radar.c.

Referenced by UI_InitRadar(), and UI_RadarNodeDraw().

Definition at line 79 of file ui_node_radar.c.

Referenced by UI_InitRadar(), and UI_RadarNodeDraw().


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2