Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

PointTex Struct Reference

Point in 2D space with texture coordinates. More...

#include <graphic.hpp>

List of all members.

Public Attributes

int x
int y
float u
float v


Detailed Description

Point in 2D space with texture coordinates.

Parameters:
x x component
y y component
u texture coordinate u
v texture coordinate v

Definition at line 51 of file graphic.hpp.


Member Data Documentation

float PointTex::u
 

Definition at line 53 of file graphic.hpp.

Referenced by Graphic::addTexture(), and Graphic::drawTexturedRectangle().

float PointTex::v
 

Definition at line 53 of file graphic.hpp.

Referenced by Graphic::addTexture(), and Graphic::drawTexturedRectangle().

int PointTex::x
 

Definition at line 52 of file graphic.hpp.

Referenced by Graphic::addTexture(), and Graphic::drawTexturedRectangle().

int PointTex::y
 

Definition at line 52 of file graphic.hpp.

Referenced by Graphic::addTexture(), and Graphic::drawTexturedRectangle().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 17 14:54:30 2004 for Psychological Test Framework by doxygen 1.3.8