UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dMD2Coord_t Struct Reference

These two shorts are used to map a vertex onto a skin The horizontal axis position is given by s, and the vertical axis position is given by t. The ranges for s and t are greater than or equal to 0 and less than skinWidth and skinHeight. More...

#include <qfiles.h>

Data Fields

uint16_t s
 
uint16_t t
 

Detailed Description

These two shorts are used to map a vertex onto a skin The horizontal axis position is given by s, and the vertical axis position is given by t. The ranges for s and t are greater than or equal to 0 and less than skinWidth and skinHeight.

Definition at line 57 of file qfiles.h.

Field Documentation

uint16_t dMD2Coord_t::s

(0 <= s < skinWidth)

Definition at line 58 of file qfiles.h.

uint16_t dMD2Coord_t::t

(0 <= t < skinHeight)

Definition at line 59 of file qfiles.h.


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