Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
orxonox::IntVector2 Class Reference

A Vector class containing two integers x and y. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/input/InputHandler.h>

Public Member Functions

 IntVector2 ()
 
 IntVector2 (int _x, int _y)
 

Public Attributes

int x
 
int y
 

Detailed Description

A Vector class containing two integers x and y.

Constructor & Destructor Documentation

orxonox::IntVector2::IntVector2 ( )
inline
orxonox::IntVector2::IntVector2 ( int  _x,
int  _y 
)
inline

Member Data Documentation

int orxonox::IntVector2::x
int orxonox::IntVector2::y

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