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

pge::Vector2f Class Reference

#include <Vector2f.h>


Public Member Functions

 Vector2f (void)
 Vector2f (float x, float y)
 ~Vector2f (void)

Data Fields

float m_v [2]


Constructor & Destructor Documentation

pge::Vector2f::Vector2f void   ) 
 

Definition at line 7 of file Vector2f.cpp.

References m_v.

00007                                {
00008                 m_v[0] = 0.0f;
00009                 m_v[1] = 0.0f;
00010         }

pge::Vector2f::Vector2f float  x,
float  y
 

Definition at line 13 of file Vector2f.cpp.

References m_v.

00013                                            {
00014                 m_v[0] = x;
00015                 m_v[1] = y;
00016         }

pge::Vector2f::~Vector2f void   ) 
 

Definition at line 19 of file Vector2f.cpp.

00019                                 {
00020         }


Field Documentation

float pge::Vector2f::m_v[2]
 

Definition at line 17 of file Vector2f.h.

Referenced by pge::SGFFile::parseMesh(), Vector2f(), and pge::renderer::vertex3f().


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