Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

pge::Vector2i Class Reference

#include <Vector2i.h>


Public Member Functions

 Vector2i (void)
 Vector2i (int x, int y)
 ~Vector2i (void)

Data Fields

int m_v [2]


Constructor & Destructor Documentation

pge::Vector2i::Vector2i void   ) 
 

Definition at line 9 of file Vector2i.cpp.

References m_v.

00009                                {
00010                 m_v[0] = 0;
00011                 m_v[1] = 0;
00012         }

pge::Vector2i::Vector2i int  x,
int  y
 

Definition at line 15 of file Vector2i.cpp.

References m_v.

00015                                        {
00016                 m_v[0] = x;
00017                 m_v[1] = y;
00018         }

pge::Vector2i::~Vector2i void   ) 
 

Definition at line 21 of file Vector2i.cpp.

00021                                 {
00022         }


Field Documentation

int pge::Vector2i::m_v[2]
 

Definition at line 15 of file Vector2i.h.

Referenced by pge::gui::Component::convertToGLCoords(), pge::gui::TextBox::render(), pge::gui::Component::render(), pge::FontRenderer::renderString(), Vector2i(), and pge::renderer::vertex2i().


The documentation for this class was generated from the following files:
Generated on Mon Oct 16 12:09:50 2006 for Phobosengine by doxygen 1.3.4