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 59 of file qfiles.h.


Field Documentation

(0 <= s < skinWidth)

Definition at line 60 of file qfiles.h.

(0 <= t < skinHeight)

Definition at line 61 of file qfiles.h.


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

Generated by  doxygen 1.6.2