LPCGame
A 2d game 'engine' written in C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
vectors.h File Reference
#include <SDL.h>
#include <luabind/luabind.hpp>
#include <luabind/operator.hpp>
#include "../externals/json/json.h"

Go to the source code of this file.

Classes

class  Vector2< T >
 A 2D vector. More...
 

Typedefs

typedef Vector2< int > Vector2i
 
typedef Vector2< float > Vector2f
 
typedef Vector2< double > Vector2d
 

Typedef Documentation

typedef Vector2<double> Vector2d
typedef Vector2<float> Vector2f
typedef Vector2<int> Vector2i